Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Nov 1998 14:59:39 +0900 (JST)
From:      kuma@jp.freebsd.org
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8525: A typo in fixprint.8
Message-ID:  <199811010559.OAA01070@oasis.laurel.nk.rim.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         8525
>Category:       docs
>Synopsis:       '.Mn mountd' should be '.Nm mountd', I guess.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov  1 04:30:01 PST 1998
>Last-Modified:
>Originator:     Norihiro Kumagai
>Organization:
FreeBSD Japanese Manpage Translation Project
>Release:        FreeBSD 3.0-RELEASE i386
>Environment:

	3.0-RELEASE Distribution

>Description:

     In 'fixmount.8', we can find the following phrase:

     To take care of these cases, the remote /etc/rmtab file has to
     be edited and restarted.

     I guess it should be:

     To take care of these cases, the remote /etc/rmtab file has to
     be edited and mountd restarted.

>How-To-Repeat:

>Fix:
	
	Apply the following patch;


--- fixmount.8-org	Sat Oct 24 00:05:26 1998
+++ fixmount.8	Sun Nov  1 14:54:10 1998
@@ -152,7 +152,7 @@
 the remote
 .Pa /etc/rmtab
 file has to be edited and
-.Mn mountd
+.Nm mountd
 restarted.
 .Pp
 The RPC timeouts for

>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811010559.OAA01070>