summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorEric Jackson <ericj@cvs.openbsd.org>1999-11-13 22:13:43 +0000
committerEric Jackson <ericj@cvs.openbsd.org>1999-11-13 22:13:43 +0000
commit25f2cc70d3e2a066eebe0a38236b06a90ed38b6c (patch)
tree581024452d2a25b1d0083166471cd7ee58a334bd /usr.sbin
parente90fc07791a6c21f7fd44de7f836be82d0315fd0 (diff)
add /etc/group in FILES section
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/adduser/rmgroup.86
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/adduser/rmgroup.8 b/usr.sbin/adduser/rmgroup.8
index 0449bcc8991..53a64c09663 100644
--- a/usr.sbin/adduser/rmgroup.8
+++ b/usr.sbin/adduser/rmgroup.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmgroup.8,v 1.6 1999/07/09 13:35:53 aaron Exp $
+.\" $OpenBSD: rmgroup.8,v 1.7 1999/11/13 22:13:42 ericj Exp $
.\"
.\" Copyright (c) 1996 Wolfram Schneider <wosch@FreeBSD.org>. Berlin.
.\" All rights reserved.
@@ -44,6 +44,10 @@ from group database.
will not delete the system groups wheel, daemon, kmem, sys, tty,
operator, bin, nogroup, nobody,
or groups with gid 0. Do not delete these groups.
+.Sh FILES
+.Bl -tag -width /etc/groupX -compact
+.It Pa /etc/group
+group database
.Sh SEE ALSO
.Xr group 5 ,
.Xr adduser 8 ,