Skip to content

Commit 1322970

Browse files
committed
Punctuation fixes, sort SEE ALSO, sort sections, use standard headers.
1 parent 074125b commit 1322970

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

sbin/mount_procfs/mount_procfs.8

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" $NetBSD: mount_procfs.8,v 1.19 2001/06/05 11:22:50 wiz Exp $
1+
.\" $NetBSD: mount_procfs.8,v 1.20 2001/11/16 12:01:57 wiz Exp $
22
.\"
33
.\" Copyright (c) 1992, 1993
44
.\" The Regents of the University of California. All rights reserved.
@@ -75,7 +75,7 @@ option. This option enables a few extra features that are compatible
7575
with the proc filesystem as implemented in Linux. This option can
7676
be used if you run Linux binaries that need Linux-specific features
7777
in the proc filesystem (see also
78-
.Xr compat_linux 8 ).
78+
.Xr compat_linux 8 ) .
7979
.El
8080
.Pp
8181
The root of the process filesystem
@@ -125,7 +125,7 @@ and without the
125125
prefix,
126126
in which case that signal is delivered to the process
127127
(see
128-
.Xr sigaction 2 ).
128+
.Xr sigaction 2 ) .
129129
.It Pa file
130130
A reference to the vnode from which the process text was read.
131131
This can be used to gain access to the process' symbol table,
@@ -224,7 +224,7 @@ file.
224224
The child process will receive a
225225
.Dv SIGTRAP
226226
immediately after the call to exec (see
227-
.Xr execve 2 ).
227+
.Xr execve 2 ) .
228228
.Sh FILES
229229
.Bl -tag -width /proc/curproc -compact
230230
.It Pa /proc/#
@@ -251,16 +251,16 @@ mount option is used, the following files are also available:
251251
.It Pa /proc/meminfo
252252
.El
253253
.Sh SEE ALSO
254-
.Xr sigaction 2 ,
255254
.Xr mount 2 ,
255+
.Xr sigaction 2 ,
256256
.Xr unmount 2
257-
.Sh CAVEATS
258-
This filesystem may not be NFS-exported
259-
since most of the functionality of
260-
.Dv procfs
261-
requires that state be maintained.
262257
.Sh HISTORY
263258
The
264259
.Nm
265260
utility first appeared in
266261
.Bx 4.4 .
262+
.Sh BUGS
263+
This filesystem may not be NFS-exported
264+
since most of the functionality of
265+
.Dv procfs
266+
requires that state be maintained.

0 commit comments

Comments
 (0)