git: 2353343b3244 - stable/13 - Link pwd.db.5 and spwd.db.5 to passwd.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 03 Jul 2022 20:16:34 UTC
The branch stable/13 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=2353343b3244d4cbc349b5d09dc652fc1d9f3c22
commit 2353343b3244d4cbc349b5d09dc652fc1d9f3c22
Author: Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-06-30 21:02:08 +0000
Commit: Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-07-03 20:16:11 +0000
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)
---
share/man/man5/Makefile | 2 ++
share/man/man5/passwd.5 | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/share/man/man5/Makefile b/share/man/man5/Makefile
index 2083993b0795..96fc1e052d95 100644
--- a/share/man/man5/Makefile
+++ b/share/man/man5/Makefile
@@ -78,6 +78,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