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
7575with the proc filesystem as implemented in Linux. This option can
7676be used if you run Linux binaries that need Linux-specific features
7777in the proc filesystem (see also
78- .Xr compat_linux 8 ).
78+ .Xr compat_linux 8 ) .
7979.El
8080.Pp
8181The root of the process filesystem
@@ -125,7 +125,7 @@ and without the
125125prefix,
126126in which case that signal is delivered to the process
127127(see
128- .Xr sigaction 2 ).
128+ .Xr sigaction 2 ) .
129129.It Pa file
130130A reference to the vnode from which the process text was read.
131131This can be used to gain access to the process' symbol table,
@@ -224,7 +224,7 @@ file.
224224The child process will receive a
225225.Dv SIGTRAP
226226immediately 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
263258The
264259.Nm
265260utility 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