diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2000-11-20 16:05:09 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2000-11-20 16:05:09 +0000 |
commit | 8f158a4b5b0f12ac3e3ca8e70a04345578f3f5fd (patch) | |
tree | 5876b620654294bd3294c93aa79ceb4bf25da13a | |
parent | ac8612cd90d98fcc545f877d144b94d863740cc9 (diff) | |
download | FreeBSD-src-8f158a4b5b0f12ac3e3ca8e70a04345578f3f5fd.zip FreeBSD-src-8f158a4b5b0f12ac3e3ca8e70a04345578f3f5fd.tar.gz |
Fix a bug that's survived since rev 1.1:
Don't mark the word "file" up as a pathname in "/etc/group file". For
the sake of consistency with rev 1.18, use Nm instead of "Pa /etc/group"
and break "file" onto the next line.
-rw-r--r-- | share/man/man5/group.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man5/group.5 b/share/man/man5/group.5 index 37c9598..fb6f9ae 100644 --- a/share/man/man5/group.5 +++ b/share/man/man5/group.5 @@ -99,7 +99,8 @@ A user is automatically in a group if that group was specified in their .Pa /etc/passwd entry and does not need to be added to that group in the -.Pa /etc/group file. +.Nm +file. .\" .Pp .\" When the system reads the file .\" .Pa /etc/group |