diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-25 20:58:31 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2000-04-25 20:58:31 +0000 |
commit | 0b923daaef16e972b2b3f83ef6a73ee9cf95bd44 (patch) | |
tree | 3d8a027fb88c970aacc8319ce5558df1f6667a78 | |
parent | c0b2c6f6d489904ab082615824ec7ced4e4ff5cf (diff) |
references to /usr/share/examples/usermgmt removed as we do not have that
-rw-r--r-- | usr.sbin/user/user.8 | 7 | ||||
-rw-r--r-- | usr.sbin/user/useradd.8 | 3 | ||||
-rw-r--r-- | usr.sbin/user/usermod.8 | 3 |
3 files changed, 3 insertions, 10 deletions
diff --git a/usr.sbin/user/user.8 b/usr.sbin/user/user.8 index 0afe589ddea..be86e5ebbd0 100644 --- a/usr.sbin/user/user.8 +++ b/usr.sbin/user/user.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: user.8,v 1.6 2000/04/25 20:22:35 jakob Exp $ */ +.\" $OpenBSD: user.8,v 1.7 2000/04/25 20:58:29 jakob Exp $ */ .\" $NetBSD: user.8,v 1.5 2000/02/28 05:10:57 enami Exp $ */ .\" .\" @@ -115,11 +115,6 @@ Configuration file for .Xr user 8 , .Xr group 8 and those backend commands -.It Pa /usr/share/examples/usermgmt -A directory hopefully containing examples for -.Xr user 8 -and -.Xr group 8 .El .Sh SEE ALSO .Xr chpass 1 , diff --git a/usr.sbin/user/useradd.8 b/usr.sbin/user/useradd.8 index b0e6044b688..229a14121ab 100644 --- a/usr.sbin/user/useradd.8 +++ b/usr.sbin/user/useradd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: useradd.8,v 1.6 2000/04/25 20:22:36 jakob Exp $ */ +.\" $OpenBSD: useradd.8,v 1.7 2000/04/25 20:58:30 jakob Exp $ */ .\" $NetBSD: useradd.8,v 1.5 2000/02/28 05:10:57 enami Exp $ */ .\" .\" @@ -215,7 +215,6 @@ utility exits 0 on success, and >0 if an error occurs. .Bl -tag -width /etc/usermgmt.conf -compact .It Pa /etc/usermgmt.conf .It Pa /etc/skel/.[A-z]* -.It Pa /usr/share/examples/usermgmt .El .Sh SEE ALSO .Xr chpass 1 , diff --git a/usr.sbin/user/usermod.8 b/usr.sbin/user/usermod.8 index 6f1d1edaf7b..5cd97404f69 100644 --- a/usr.sbin/user/usermod.8 +++ b/usr.sbin/user/usermod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usermod.8,v 1.5 2000/04/25 20:22:36 jakob Exp $ */ +.\" $OpenBSD: usermod.8,v 1.6 2000/04/25 20:58:30 jakob Exp $ */ .\" $NetBSD: usermod.8,v 1.4 2000/02/28 05:10:57 enami Exp $ */ .\" .\" @@ -157,7 +157,6 @@ utility exits 0 on success, and >0 if an error occurs. .Bl -tag -width /etc/usermgmt.conf -compact .It Pa /etc/usermgmt.conf .It Pa /etc/skel/.[A-z]* -.It Pa /usr/share/examples/usermgmt .El .Sh SEE ALSO .Xr chpass 1 , |