git: 87f49967d324 - main - Link pwd.db.5 and spwd.db.5 to passwd.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Jun 2022 21:10:43 UTC
The branch main has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=87f49967d3249e0b536beaa9c7fb5604d5a3919a commit 87f49967d3249e0b536beaa9c7fb5604d5a3919a Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2022-06-30 21:02:08 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2022-06-30 21:10:28 +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 --- 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 e1b765346689..9be4c8dc46b0 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