diff options
author | 2015-01-16 14:19:07 +0000 | |
---|---|---|
committer | 2015-01-16 14:19:07 +0000 | |
commit | e318abb34b6c5d8760b5013903c0f3de6c09af6d (patch) | |
tree | 3bbf30766107a7b86366cefa36a9b4ce3b44de8a | |
parent | Add regression tests for syslog over TLS. (diff) | |
download | wireguard-openbsd-e318abb34b6c5d8760b5013903c0f3de6c09af6d.tar.xz wireguard-openbsd-e318abb34b6c5d8760b5013903c0f3de6c09af6d.zip |
Tweak previous: Do not put punctuation on its own line, put it at the end
of the preceding macro line; no output change with mandoc, fixes output
with groff. Also, if you want spacing back after .Sm off, do not add
an argument containing a blank character, simply rely on .Sm on.
-rw-r--r-- | sbin/isakmpd/isakmpd.8 | 23 |
1 files changed, 9 insertions, 14 deletions
diff --git a/sbin/isakmpd/isakmpd.8 b/sbin/isakmpd/isakmpd.8 index 686a466aebd..38f2f18d5ba 100644 --- a/sbin/isakmpd/isakmpd.8 +++ b/sbin/isakmpd/isakmpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isakmpd.8,v 1.115 2015/01/16 09:08:41 bentley Exp $ +.\" $OpenBSD: isakmpd.8,v 1.116 2015/01/16 14:19:07 schwarze Exp $ .\" $EOM: isakmpd.8,v 1.23 2000/05/02 00:30:23 niklas Exp $ .\" .\" Copyright (c) 1998, 1999, 2000, 2001 Niklas Hallqvist. @@ -333,24 +333,21 @@ Available commands are: .It Xo .Ic C add .Sm off -.Op Ar section -: +.Op Ar section : .Ar tag No = Ar value .Sm on .Xc .It Xo .Ic C rmv .Sm off -.Op Ar section -: +.Op Ar section : .Ar tag No = Ar value .Sm on .Xc .It Xo .Ic C rm .Sm off -.Op Ar section -: +.Op Ar section : .Ar tag .Sm on .Xc @@ -361,18 +358,17 @@ Available commands are: .It Xo .Ic C set .Sm off -.Op Ar section -: +.Op Ar section : .Ar tag No = Ar value .Sm on .Xc .It Xo .Ic C set .Sm off -.Op Ar section -: -.Ar tag No = Ar value " " Ic force +.Op Ar section : +.Ar tag No = Ar value .Sm on +.Ic force .Xc Update the running .Nm @@ -405,8 +401,7 @@ or an "R" through the FIFO will void any updates done to the configuration. .It Xo .Ic C get .Sm off -.Op Ar section -: +.Op Ar section : .Ar tag .Sm on .Xc |