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/adduser | |
parent | b4d8413b855174aa89ce9d70afd54652e6ef53eb (diff) |
escape punctuation; (and a nit in openssl.1)
ok deraadt@
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/adduser.8 | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/usr.sbin/adduser/adduser.8 b/usr.sbin/adduser/adduser.8 index a10e89afe83..66dd536cf46 100644 --- a/usr.sbin/adduser/adduser.8 +++ b/usr.sbin/adduser/adduser.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adduser.8,v 1.33 2003/06/21 21:47:34 jmc Exp $ +.\" $OpenBSD: adduser.8,v 1.34 2003/09/02 18:56:35 jmc Exp $ .\" .\" Copyright (c) 1995-1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin. .\" All rights reserved. @@ -48,10 +48,10 @@ .Op Fl dotdir Ar directory .Oo .Fl e -.Ar method No \&| Fl encryption Ar method +.Ar method | Fl encryption Ar method .Oc .Op Fl group Ar login_group -.Op Fl h | help | ? +.Op Fl h | help | \&? .Op Fl home Ar partition .Op Fl message Ar file .Op Fl noconfig @@ -127,10 +127,7 @@ Specify the default login group. A value of .Ar USER means that the username is to be used as the login group. -.It Xo -.Fl help Ns No , -.Fl h Ns No , Fl ? -.Xc +.It Fl help , h , \&? Print a summary of options and exit. .It Fl home Ar partition Specify the default home partition where all users' home directories |