diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2019-01-31 05:08:57 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2019-01-31 05:08:57 +0300 |
| commit | affcfca9c6696cf790d1153b534cd431c4dce40c (patch) | |
| tree | 43717e08aeb21f4330a3fdea33d3c1e1f72f5cc7 | |
| parent | 209dcac8d6eeb3c9a8f9ad77d78f4738106bc805 (diff) | |
| download | rabbitmq-server-git-affcfca9c6696cf790d1153b534cd431c4dce40c.tar.gz | |
Adapt man page styling for recent website CSS changes
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | docs/rabbitmq-plugins.8 | 2 | ||||
| -rw-r--r-- | docs/rabbitmqctl.8 | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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. |
