diff options
author | ru <ru@FreeBSD.org> | 2001-06-07 07:27:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-06-07 07:27:52 +0000 |
commit | 2130765aaa3ccaa51839821b3473da784d356cd6 (patch) | |
tree | b9e40542bd80dc748d80093630d2ccfeaf96467c | |
parent | 21b6fc665722d03198c1e6e05ee59795edb7a64c (diff) | |
download | FreeBSD-src-2130765aaa3ccaa51839821b3473da784d356cd6.zip FreeBSD-src-2130765aaa3ccaa51839821b3473da784d356cd6.tar.gz |
master.passwd(5) -> passwd(5).
-rw-r--r-- | share/man/man5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile index 32d41d9..79ac8ba 100644 --- a/share/man/man5/Makefile +++ b/share/man/man5/Makefile @@ -16,6 +16,7 @@ MAN= a.out.5 acct.5 core.5 devfs.5 dir.5 disktab.5 ethers.5 \ MLINKS= dir.5 dirent.5 MLINKS+=fs.5 inode.5 MLINKS+=hosts.equiv.5 rhosts.5 +MLINKS+=passwd.5 master.passwd.5 MLINKS+=quota.user.5 quota.group.5 MLINKS+=resolver.5 resolv.conf.5 MLINKS+=utmp.5 lastlog.5 utmp.5 wtmp.5 |