From da7b093e003d8a4382698ed2311909c02d315291 Mon Sep 17 00:00:00 2001 From: keramida Date: Sat, 14 Dec 2002 23:45:54 +0000 Subject: NetBSD manpages use .Nm "" to typeset the `name' of the manpage, but this doesn't work quite right with our groff. They have an older groff version in the base system, but no real plans to update both groff and manpages. Fix the .Nm usage locally in our manpages. PR: docs/41972 Submitted by: Yoshiteru Kageyama Discussed with: ru and obrien --- contrib/lukemftpd/src/ftpd.conf.5 | 5 +++-- contrib/lukemftpd/src/ftpusers.5 | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'contrib/lukemftpd') diff --git a/contrib/lukemftpd/src/ftpd.conf.5 b/contrib/lukemftpd/src/ftpd.conf.5 index df3dbcb..da57849 100644 --- a/contrib/lukemftpd/src/ftpd.conf.5 +++ b/contrib/lukemftpd/src/ftpd.conf.5 @@ -1,4 +1,5 @@ .\" $NetBSD: ftpd.conf.5,v 1.19 2002/01/15 02:20:50 wiz Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -80,7 +81,7 @@ is used to determine which .Nm entries apply to the user. The following special classes exist when parsing entries in -.Nm "" : +.Nm : .Bl -tag -width "chroot" -compact -offset indent .It Sy all Matches any class. @@ -114,7 +115,7 @@ The .Xr ftpd 8 .Sy STAT command will return the class settings for the current user as defined by -.Nm "" , +.Nm , unless the .Sy private directive is set for the class. diff --git a/contrib/lukemftpd/src/ftpusers.5 b/contrib/lukemftpd/src/ftpusers.5 index 3e87688..9334e5b 100644 --- a/contrib/lukemftpd/src/ftpusers.5 +++ b/contrib/lukemftpd/src/ftpusers.5 @@ -1,4 +1,5 @@ .\" $NetBSD: ftpusers.5,v 1.13 2001/12/01 16:24:24 wiz Exp $ +.\" $FreeBSD$ .\" .\" Copyright (c) 1997-2001 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -159,7 +160,7 @@ or to the home directory of the user. If the file does not exist, the root directory change is not performed. .Pp The syntax is similar to -.Nm "" , +.Nm , except that the .Sy class argument is ignored. -- cgit v1.1