summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-12 13:46:16 +0000
committermpp <mpp@FreeBSD.org>1997-03-12 13:46:16 +0000
commit2b311e74d407e8c1d18bb903ed82a170cc05ced7 (patch)
tree646b7b8c293fea032de404b7ad87f0ab1d01ecf0 /share/man
parent15104432766a57052f4229f7414248e390726d35 (diff)
downloadFreeBSD-src-2b311e74d407e8c1d18bb903ed82a170cc05ced7.zip
FreeBSD-src-2b311e74d407e8c1d18bb903ed82a170cc05ced7.tar.gz
Improve the wording of the section on comments in the group and passwd
files. Also mention that this feature is not enabled by default and that they must be enabled by compile-time options. Fixed another typo or two I noticed while I was at it.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/group.515
-rw-r--r--share/man/man5/passwd.513
2 files changed, 17 insertions, 11 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5
index 4b4d5e4..279ddde 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: group.5,v 1.9 1997/02/22 13:25:59 peter Exp $
+.\" $Id: group.5,v 1.10 1997/03/09 12:20:47 wosch Exp $
.\"
.Dd September 29, 1994
.Dt GROUP 5
@@ -59,9 +59,12 @@ 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.
+Lines whose first non-whitespace character is a pound-sign (#)
+are comments, and are ignored. Blank lines which consist
+only of spaces, tabs or newlines are also ignored. This feature
+is not enabled by default in
+.Tn FreeBSD
+and must be configured by the administrator with compile-time options.
.Pp
The
.Ar group
@@ -135,7 +138,7 @@ the function where they occurs; see section
In older implementations,
a group cannot have more than 200 members. The maximum line length of
.Pa /etc/group
-is 1024 characters. Longer lines will be skiped.
+is 1024 characters. Longer lines will be skipped.
This limitations disappeared in
.Fx 3.0 .
Older binaries which are statically linked, depend on old
@@ -169,5 +172,5 @@ The YP/NIS functionality is modeled after
and first appeared in
.Tn FreeBSD
1.1.
-Support for comments are appeared in
+Support for comments first appeared in
.Fx 3.0 .
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index 08224bf..09a73d2e 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: passwd.5,v 1.11 1997/02/22 13:26:05 peter Exp $
+.\" $Id: passwd.5,v 1.12 1997/03/09 12:20:48 wosch Exp $
.\"
.Dd September 29, 1994
.Dt PASSWD 5
@@ -70,9 +70,12 @@ 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.
+Lines whose first non-whitespace character is a pound-sign (#)
+are comments, and are ignored. Blank lines which consist
+only of spaces, tabs or newlines are also ignored. This feature
+is not enabled by default in
+.Tn FreeBSD
+and must be configured by the administrator with compile-time options.
.Pp
The
.Ar name
@@ -604,5 +607,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
+Support for comments first appeared in
.Fx 3.0 .
OpenPOWER on IntegriCloud