Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/mount_procfs Punctuation fixes, sort SEE ALSO, sort sec...



details:   https://anonhg.NetBSD.org/src/rev/6d8b42831977
branches:  trunk
changeset: 517643:6d8b42831977
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Nov 16 12:01:57 2001 +0000

description:
Punctuation fixes, sort SEE ALSO, sort sections, use standard headers.

diffstat:

 sbin/mount_procfs/mount_procfs.8 |  20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diffs (59 lines):

diff -r 62cfc38141f7 -r 6d8b42831977 sbin/mount_procfs/mount_procfs.8
--- a/sbin/mount_procfs/mount_procfs.8  Fri Nov 16 12:01:22 2001 +0000
+++ b/sbin/mount_procfs/mount_procfs.8  Fri Nov 16 12:01:57 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: mount_procfs.8,v 1.19 2001/06/05 11:22:50 wiz Exp $
+.\"    $NetBSD: mount_procfs.8,v 1.20 2001/11/16 12:01:57 wiz Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -75,7 +75,7 @@
 with the proc filesystem as implemented in Linux. This option can
 be used if you run Linux binaries that need Linux-specific features
 in the proc filesystem (see also
-.Xr compat_linux 8 ).
+.Xr compat_linux 8 ) .
 .El
 .Pp
 The root of the process filesystem
@@ -125,7 +125,7 @@
 prefix,
 in which case that signal is delivered to the process
 (see
-.Xr sigaction 2 ).
+.Xr sigaction 2 ) .
 .It Pa file
 A reference to the vnode from which the process text was read.
 This can be used to gain access to the process' symbol table,
@@ -224,7 +224,7 @@
 The child process will receive a
 .Dv SIGTRAP
 immediately after the call to exec (see
-.Xr execve 2 ).
+.Xr execve 2 ) .
 .Sh FILES
 .Bl -tag -width /proc/curproc -compact
 .It Pa /proc/#
@@ -251,16 +251,16 @@
 .It Pa /proc/meminfo
 .El
 .Sh SEE ALSO
+.Xr mount 2 ,
 .Xr sigaction 2 ,
-.Xr mount 2 ,
 .Xr unmount 2
-.Sh CAVEATS
-This filesystem may not be NFS-exported
-since most of the functionality of
-.Dv procfs
-requires that state be maintained.
 .Sh HISTORY
 The
 .Nm
 utility first appeared in
 .Bx 4.4 .
+.Sh BUGS
+This filesystem may not be NFS-exported
+since most of the functionality of
+.Dv procfs
+requires that state be maintained.



Home | Main Index | Thread Index | Old Index