summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1997-03-09 12:20:48 +0000
committerwosch <wosch@FreeBSD.org>1997-03-09 12:20:48 +0000
commit871486be75b13a1f6684e8d27e111eaa6e4a12e7 (patch)
tree8a90002d717c259025a0cde3b22e8efb552fec6d /share/man
parentd0359498f7a31506ef19cd589c561f1ff667aa6e (diff)
downloadFreeBSD-src-871486be75b13a1f6684e8d27e111eaa6e4a12e7.zip
FreeBSD-src-871486be75b13a1f6684e8d27e111eaa6e4a12e7.tar.gz
Document comments.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/group.58
-rw-r--r--share/man/man5/passwd.58
2 files changed, 14 insertions, 2 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 483477e..4b4d5e4 100644
--- a/share/man/man5/group.5
+++ b/share/man/man5/group.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)group.5 8.3 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: group.5,v 1.9 1997/02/22 13:25:59 peter Exp $
.\"
.Dd September 29, 1994
.Dt GROUP 5
@@ -59,6 +59,10 @@ The group's decimal ID.
Group members.
.El
.Pp
+Lines whose first non-space/tab character is a pound-sign (#)
+are comments, and are ignored. Blank lines - only spaces, tabs or
+newline - are ignored too.
+.Pp
The
.Ar group
field is the group name used for granting file access to users
@@ -165,3 +169,5 @@ The YP/NIS functionality is modeled after
and first appeared in
.Tn FreeBSD
1.1.
+Support for comments are appeared in
+.Fx 3.0 .
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 7016100..08224bf 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)passwd.5 8.1 (Berkeley) 6/5/93
-.\" $Id$
+.\" $Id: passwd.5,v 1.11 1997/02/22 13:26:05 peter Exp $
.\"
.Dd September 29, 1994
.Dt PASSWD 5
@@ -70,6 +70,10 @@ User's home directory.
User's login shell.
.El
.Pp
+Lines whose first non-space/tab character is a pound-sign (#)
+are comments, and are ignored. Blank lines - only spaces, tabs or
+newline - are ignored too.
+.Pp
The
.Ar name
field is the login used to access the computer account, and the
@@ -600,3 +604,5 @@ and first appeared in
The override capability was updated to properly support netgroups
in
.Fx 2.0.5 .
+Support for comments are appeared in
+.Fx 3.0 .
OpenPOWER on IntegriCloud