aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2022-06-30 21:02:08 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2022-07-03 20:16:15 +0000
commitc6acb9ad4b5017e5f015fb673922fea67ded547a (patch)
tree83a4e70e66b517342a2b25195e144c5045b1a551
parent361bca36fc6e7a39ae64905bd6de36fcb52e2e45 (diff)
Link pwd.db.5 and spwd.db.5 to passwd.5
Let's make it easier to find documentation for those databases. MFC after: 3 days (cherry picked from commit 87f49967d3249e0b536beaa9c7fb5604d5a3919a)
-rw-r--r--share/man/man5/Makefile2
-rw-r--r--share/man/man5/passwd.56
2 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index c353f10fed95..e0ecb3aaa2d5 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -79,6 +79,8 @@ MLINKS+=fs.5 inode.5
MLINKS+=hosts.equiv.5 rhosts.5
MLINKS+=msdosfs.5 msdos.5
MLINKS+=passwd.5 master.passwd.5
+MLINKS+=passwd.5 pwd.db.5
+MLINKS+=passwd.5 spwd.db.5
MLINKS+=portindex.5 INDEX.5
MLINKS+=quota.user.5 quota.group.5
MLINKS+=rc.conf.5 rc.conf.local.5
diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5
index c35c24e31311..2b79680a20eb 100644
--- a/share/man/man5/passwd.5
+++ b/share/man/man5/passwd.5
@@ -31,12 +31,14 @@
.\" From: @(#)passwd.5 8.1 (Berkeley) 6/5/93
.\" $FreeBSD$
.\"
-.Dd May 29, 2014
+.Dd June 30, 2022
.Dt PASSWD 5
.Os
.Sh NAME
.Nm passwd ,
-.Nm master.passwd
+.Nm master.passwd ,
+.Nm pwd.db ,
+.Nm spwd.db
.Nd format of the password file
.Sh DESCRIPTION
The