Skip to content

Commit e1b0cd5

Browse files
Adapt man page styling for recent website CSS changes
(cherry picked from commit affcfca)
1 parent c87fb9d commit e1b0cd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,8 +279,8 @@ web-manpages: $(WEB_MANPAGES)
279279
gsub(/<\/h2>/, "</h3>", line); \
280280
gsub(/<h1/, "<h2", line); \
281281
gsub(/<\/h1>/, "</h2>", line); \
282-
gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
283-
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
282+
gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
283+
gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
284284
print line; \
285285
} } \
286286
' > "$@"

docs/rabbitmq-plugins.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ To learn more, see the
8282
.Bl -tag -width Ds
8383
.It Fl n Ar node
8484
Default node is
85-
.Qq Pf rabbit@ Ar target-hostname ,
85+
.Qq Ar rabbit@target-hostname ,
8686
where
8787
.Ar target-hostname
8888
is the local host.

docs/rabbitmqctl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ and
5757
.Bl -tag -width Ds
5858
.It Fl n Ar node
5959
Default node is
60-
.Qq Pf rabbit@ Ar target-hostname ,
60+
.Qq Ar rabbit@target-hostname ,
6161
where
6262
.Ar target-hostname
6363
is the local host.

0 commit comments

Comments
 (0)