git: c6acb9ad4b50 - stable/12 - 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:36 UTC
The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=c6acb9ad4b5017e5f015fb673922fea67ded547a commit c6acb9ad4b5017e5f015fb673922fea67ded547a 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:15 +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 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