Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 May 1997 16:49:12 +0900
From:      k-horik@yk.rim.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/3490: mount.8 manpage refinement abount Nm and Xr macro
Message-ID:  <199705040749.QAA17795@mail.yk.rim.or.jp>
Resent-Message-ID: <199705040750.AAA14182@hub.freebsd.org>

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

>Number:         3490
>Category:       docs
>Synopsis:       mount.8 manpage refinement about Nm and Xr macro
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun May  4 00:50:05 PDT 1997
>Last-Modified:
>Originator:     Kazuo Horikawa
>Organization:
<Organization of PR author (multiple lines)>
>Release:        FreeBSD 2.2.1-RELEASE i386
>Environment:

.\"     @(#)mount.8     8.7 (Berkeley) 3/27/94
.\"     $Id: mount.8,v 1.11.2.1 1996/11/10 12:13:27 phk Exp $

>Description:

	I think that the command name should be with Nm macro.
	I think that Xr macro with section# is better than Xr macro
	without section#.

>How-To-Repeat:

	<Code/input/activities to reproduce the problem (multiple lines)>

>Fix:
	
--- -	Sun May  4 16:24:12 1997
+++ mount.8	Thu May  1 22:42:42 1997
@@ -132,7 +132,7 @@
 Do not allow set-user-identifier or set-group-identifier bits to take effect.
 Note: this option is worthless if a public available suid or sgid
 wrapper like
-.Xr suidperl
+.Xr suidperl 1
 is installed on your system.
 .It rdonly
 The same as
@@ -163,7 +163,9 @@
 .Dq \&-
 (dash).
 Options that take a value are specified using the syntax -option=value.
-For example, the mount command:
+For example, the 
+.Nm mount
+command:
 .Bd -literal -offset indent
 mount -t mfs -o nosuid,-N,-s=4000 /dev/dk0b /tmp
 .Ed
@@ -217,7 +219,8 @@
 .Tn MFS .
 .Pp
 If the type is not one of the internally known types,
-mount will attempt to execute a program in
+.Nm mount
+will attempt to execute a program in
 .Pa /sbin/mount_ Ns Em XXX
 where
 .Em XXX
@@ -255,7 +258,7 @@
 flag is also specified.
 The set of options is determined by first extracting the options
 for the file system from the
-.Xr fstab
+.Xr fstab 5
 table,
 then applying any options specified by the
 .Fl o
>Audit-Trail:
>Unformatted:



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