Adapt man page styling for recent website CSS changes
This commit is contained in:
parent
209dcac8d6
commit
affcfca9c6
4
Makefile
4
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; \
|
||||
} } \
|
||||
' > "$@"
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue