From owner-dev-commits-src-main@freebsd.org Tue May 25 15:23:25 2021 Return-Path: Delivered-To: dev-commits-src-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A936264ECBC; Tue, 25 May 2021 15:23:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FqHsT4R8Lz3JD1; Tue, 25 May 2021 15:23:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 808E11FF8F; Tue, 25 May 2021 15:23:25 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14PFNPcg013289; Tue, 25 May 2021 15:23:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PFNPbf013288; Tue, 25 May 2021 15:23:25 GMT (envelope-from git) Date: Tue, 25 May 2021 15:23:25 GMT Message-Id: <202105251523.14PFNPbf013288@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Ceri Davies Subject: git: 17054abf5bef - main - usr.bin/chpass: Correct manpage regarding path to temp files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ceri X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 17054abf5bef1ff4f21b7ce358ca93065827ee8c Auto-Submitted: auto-generated X-BeenThere: dev-commits-src-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for the main branch of the src repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 15:23:25 -0000 The branch main has been updated by ceri (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=17054abf5bef1ff4f21b7ce358ca93065827ee8c commit 17054abf5bef1ff4f21b7ce358ca93065827ee8c Author: Ceri Davies AuthorDate: 2021-05-25 15:11:45 +0000 Commit: Ceri Davies 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