From 3467ce29b4485b5318e7efac187cfb7ec0c91aea Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Sat, 19 Apr 2025 19:43:53 +0200 Subject: [PATCH] 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 262a07f4ef3..c142a25a9d6 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.