git: 3467ce29b448 - main - There's no mkpasswd(8) man page any more. Replace Xr with plain name.

From: Jens Schweikhardt <schweikh_at_FreeBSD.org>
Date: Sat, 19 Apr 2025 17:45:23 UTC
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=3467ce29b4485b5318e7efac187cfb7ec0c91aea

commit 3467ce29b4485b5318e7efac187cfb7ec0c91aea
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2025-04-19 17:43:53 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2025-04-19 17:45:16 +0000

    There's no mkpasswd(8) man page any more. Replace Xr with plain name.
---
 usr.sbin/pwd_mkdb/pwd_mkdb.8 | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/pwd_mkdb/pwd_mkdb.8 b/usr.sbin/pwd_mkdb/pwd_mkdb.8
index 262a07f4ef3c..c142a25a9d6c 100644
--- a/usr.sbin/pwd_mkdb/pwd_mkdb.8
+++ b/usr.sbin/pwd_mkdb/pwd_mkdb.8
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd March 25, 2023
+.Dd April 19, 2025
 .Dt PWD_MKDB 8
 .Os
 .Sh NAME
@@ -145,8 +145,7 @@ the password file:
 .Sh COMPATIBILITY
 Previous versions of the system had a program similar to
 .Nm ,
-.Xr mkpasswd 8 ,
-which built
+mkpasswd, which built
 .Xr dbm 3
 style databases for the password file but depended on the calling programs
 to install them.