diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:56:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:56:37 +0000 |
commit | 965980b90c6715e3a764ea5d5e45358ef0b064d1 (patch) | |
tree | 002fbfecdfac6c164e75ea6ee2da3e13e99bcaad /usr.sbin/afs | |
parent | b4d8413b855174aa89ce9d70afd54652e6ef53eb (diff) |
escape punctuation; (and a nit in openssl.1)
ok deraadt@
Diffstat (limited to 'usr.sbin/afs')
-rw-r--r-- | usr.sbin/afs/src/appl/pts/pts.1 | 6 | ||||
-rw-r--r-- | usr.sbin/afs/src/appl/vos/vos.8 | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/afs/src/appl/pts/pts.1 b/usr.sbin/afs/src/appl/pts/pts.1 index 063d0a7cdac..6e140c3b89f 100644 --- a/usr.sbin/afs/src/appl/pts/pts.1 +++ b/usr.sbin/afs/src/appl/pts/pts.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" $arla: pts.1,v 1.8 2003/06/06 12:53:49 hin Exp $ -.\" $OpenBSD: pts.1,v 1.7 2003/08/05 09:05:48 hin Exp $ +.\" $OpenBSD: pts.1,v 1.8 2003/09/02 18:56:35 jmc Exp $ .\" .Dd March 25, 2000 .Dt PTS 1 @@ -80,7 +80,7 @@ examine a user or a group .It Cm help get help on .Nm -.It Cm ? +.It Cm \&? shorthand for help .It Cm listmax print largest afs user and group @@ -206,7 +206,7 @@ Print verbose information about a user or a group. .Pp .Ic pts help or -.Ic pts ? +.Ic pts \&? .Bd -filled -offset indent -compact Print help about .Nm diff --git a/usr.sbin/afs/src/appl/vos/vos.8 b/usr.sbin/afs/src/appl/vos/vos.8 index 7213bd5940c..a95d8bca210 100644 --- a/usr.sbin/afs/src/appl/vos/vos.8 +++ b/usr.sbin/afs/src/appl/vos/vos.8 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: vos.8,v 1.8 2003/08/05 14:16:31 hin Exp $ +.\" $OpenBSD: vos.8,v 1.9 2003/09/02 18:56:35 jmc Exp $ .\" $arla: vos.8,v 1.12 2003/06/06 12:53:51 hin Exp $ .\" .Dd March 26, 2000 @@ -77,7 +77,7 @@ print information about a volume print information about a volume .It Cm help print help -.It Cm ? +.It Cm \&? print help .It Cm listaddrs list registered addresses in vldb @@ -303,9 +303,9 @@ command. Print help. .Ed .Pp -.Ic vos ? +.Ic vos \&? .Bd -filled -offset indent -compact -.Ic vos ? +.Ic vos \&? Shorthand for .Nm help Ns . .Ed |