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 <yt-kage@cb3.so-net.ne.jp>
Discussed with: ru and obrien
This commit is contained in:
keramida 2002-12-14 23:45:54 +00:00
parent c6222fce4b
commit f70b0bd073
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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.