The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=17054abf5bef1ff4f21b7ce358ca93065827ee8c
commit 17054abf5bef1ff4f21b7ce358ca93065827ee8c Author: Ceri Davies <[email protected]> AuthorDate: 2021-05-25 15:11:45 +0000 Commit: Ceri Davies <[email protected]> CommitDate: 2021-05-25 15:23:20 +0000 usr.bin/chpass: Correct manpage regarding path to temp files Approved by: blackend (mentor) --- usr.bin/chpass/chpass.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 7de92dbeb234..607f2c89b349 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -28,7 +28,7 @@ .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 .\" $FreeBSD$ .\" -.Dd November 17, 2020 +.Dd May 25, 2021 .Dt CHPASS 1 .Os .Sh NAME @@ -456,8 +456,8 @@ operates on NIS entries by default if NIS is enabled. the user database .It Pa /etc/passwd a Version 7 format password file -.It Pa /etc/chpass.XXXXXX -temporary copy of the password file +.It Pa /etc/pw.XXXXXX +temporary file .It Pa /etc/shells the list of approved shells .El _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all To unsubscribe, send any mail to "[email protected]"
