summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-01-31 05:08:57 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-01-31 05:08:57 +0300
commitaffcfca9c6696cf790d1153b534cd431c4dce40c (patch)
tree43717e08aeb21f4330a3fdea33d3c1e1f72f5cc7
parent209dcac8d6eeb3c9a8f9ad77d78f4738106bc805 (diff)
downloadrabbitmq-server-git-affcfca9c6696cf790d1153b534cd431c4dce40c.tar.gz
Adapt man page styling for recent website CSS changes
-rw-r--r--Makefile4
-rw-r--r--docs/rabbitmq-plugins.82
-rw-r--r--docs/rabbitmqctl.82
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b2bca3d50b..137fde2d95 100644
--- a/Makefile
+++ b/Makefile
@@ -284,8 +284,8 @@ web-manpages: $(WEB_MANPAGES)
gsub(/<\/h2>/, "</h3>", line); \
gsub(/<h1/, "<h2", line); \
gsub(/<\/h1>/, "</h2>", line); \
- gsub(/class="D1"/, "class=\"D1 sourcecode bash hljs\"", line); \
- gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent sourcecode bash hljs\"", line); \
+ gsub(/class="D1"/, "class=\"D1 lang-bash\"", line); \
+ gsub(/class="Bd Bd-indent"/, "class=\"Bd Bd-indent lang-bash\"", line); \
print line; \
} } \
' > "$@"
diff --git a/docs/rabbitmq-plugins.8 b/docs/rabbitmq-plugins.8
index b7f2065e37..d68bdc8044 100644
--- a/docs/rabbitmq-plugins.8
+++ b/docs/rabbitmq-plugins.8
@@ -82,7 +82,7 @@ To learn more, see the
.Bl -tag -width Ds
.It Fl n Ar node
Default node is
-.Qq Pf rabbit@ Ar target-hostname ,
+.Qq Ar rabbit@target-hostname ,
where
.Ar target-hostname
is the local host.
diff --git a/docs/rabbitmqctl.8 b/docs/rabbitmqctl.8
index 5cedc9d3a6..e556a7f979 100644
--- a/docs/rabbitmqctl.8
+++ b/docs/rabbitmqctl.8
@@ -57,7 +57,7 @@ and
.Bl -tag -width Ds
.It Fl n Ar node
Default node is
-.Qq Pf rabbit@ Ar target-hostname ,
+.Qq Ar rabbit@target-hostname ,
where
.Ar target-hostname
is the local host.