diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-24 23:37:33 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-24 23:37:33 +0000 |
commit | a4c0772ca7a0fd4706ccf95211eb9b68c6a869cc (patch) | |
tree | cc4cf057171115368803b0d9bc5d3af71c4a74a1 /usr.sbin/user/useradd.8 | |
parent | 6c1fac4b83cb317ff2fc52227d42c2fa29a5902e (diff) |
clean up bogus .Nm ""
Diffstat (limited to 'usr.sbin/user/useradd.8')
-rw-r--r-- | usr.sbin/user/useradd.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index 1edf49405d8..9f0817be5c3 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.2 2000/04/24 22:31:29 jakob Exp $ */ +.\" $OpenBSD: useradd.8,v 1.3 2000/04/24 23:37:31 jakob Exp $ */ .\" $NetBSD: useradd.8,v 1.5 2000/02/28 05:10:57 enami Exp $ */ .\" .\" @@ -39,14 +39,14 @@ .Nm useradd .Nd add a user to the system .Sh SYNOPSIS -.Nm "" +.Nm useradd .Op Fl D .Op Fl b Ar base-dir .Op Fl e Ar expiry-time .Op Fl f Ar inactive-secs .Op Fl g Ar gid/name/=uid .Op Fl r Ar low..high -.Nm "" +.Nm useradd .Op Fl G Ar secondary-group .Op Fl b Ar base-dir .Op Fl c Ar comment |