diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-12 14:05:36 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-03-12 14:05:36 +0000 |
| commit | 0b65a99863ba47595e4c99cc7cacc39ded99f7a3 (patch) | |
| tree | 84103e8a2586fc7033a25927a093291e71a284ec | |
| parent | c5cb834a2772a705675c8f6de06bc6d08d68094f (diff) | |
Notes
| -rw-r--r-- | share/man/man5/group.5 | 7 | ||||
| -rw-r--r-- | share/man/man5/passwd.5 | 7 |
2 files changed, 4 insertions, 10 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 279ddde76778..bd7f40bde993 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.10 1997/03/09 12:20:47 wosch Exp $ +.\" $Id: group.5,v 1.11 1997/03/12 13:46:15 mpp Exp $ .\" .Dd September 29, 1994 .Dt GROUP 5 @@ -61,10 +61,7 @@ Group members. .Pp 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. +only of spaces, tabs or newlines are also ignored. .Pp The .Ar group diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 09a73d2e75a7..82dc24082911 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.12 1997/03/09 12:20:48 wosch Exp $ +.\" $Id: passwd.5,v 1.13 1997/03/12 13:46:16 mpp Exp $ .\" .Dd September 29, 1994 .Dt PASSWD 5 @@ -72,10 +72,7 @@ User's login shell. .Pp 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. +only of spaces, tabs or newlines are also ignored. .Pp The .Ar name |
