Fix up FILES sections.
This commit is contained in:
parent
e52e93dd80
commit
77f1922b02
|
@ -31,7 +31,7 @@
|
|||
.\"
|
||||
.\" @(#)ps.1 6.17 (Berkeley) 6/20/91
|
||||
.\"
|
||||
.\" $Header: /cvsroot/src/bin/ps/ps.1,v 1.5 1993/06/13 22:29:02 mycroft Exp $
|
||||
.\" $Header: /cvsroot/src/bin/ps/ps.1,v 1.6 1993/06/13 23:06:41 mycroft Exp $
|
||||
.\"
|
||||
.Dd June 20, 1991
|
||||
.Dt PS 1
|
||||
|
@ -487,12 +487,12 @@ special files and device names
|
|||
default swap device
|
||||
.It Pa /dev/kmem
|
||||
default kernel memory
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.It Pa /var/run/dev.db
|
||||
/dev name database
|
||||
.It Pa /var/run/kvm_netbsd.db
|
||||
system namelist database
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kill 1 ,
|
||||
|
|
|
@ -85,6 +85,9 @@ see
|
|||
.It Li /mnt/
|
||||
empty directory commonly used by
|
||||
system administrators as a temporary mount point
|
||||
.It Li /netbsd
|
||||
pure kernel executable (the operating system loaded into memory
|
||||
at boot time).
|
||||
.It Li /sbin/
|
||||
system programs and administration utilities
|
||||
fundamental to both single-user and multi-user environments
|
||||
|
@ -368,9 +371,6 @@ commonly ~uucp; public uucp temporary directory
|
|||
.It Li tmp/
|
||||
temporary files that are kept between system reboots
|
||||
.El
|
||||
.It Li /netbsd
|
||||
pure kernel executable (the operating system loaded into memory
|
||||
at boot time).
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr \&ls 1 ,
|
||||
|
|
|
@ -68,10 +68,10 @@ second intervals.
|
|||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/kmem -compact
|
||||
.It Pa /netbsd
|
||||
default kernel namelist
|
||||
.It Pa /dev/kmem
|
||||
default memory file
|
||||
.It Pa /netbsd
|
||||
default kernel namelist
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr fstat 1 ,
|
||||
|
|
|
@ -188,9 +188,9 @@ Others vary every second and running the output for a while will make it
|
|||
apparent which are recomputed every second.
|
||||
.SH FILES
|
||||
.ta \w'/dev/kmem 'u
|
||||
/netbsd default kernel namelist
|
||||
/dev/kmem default kernel memory
|
||||
.br
|
||||
/dev/kmem default memory file
|
||||
/netbsd default system namelist
|
||||
.SH SEE ALSO
|
||||
.IR fstat (1),
|
||||
.IR netstat (1),
|
||||
|
|
|
@ -118,9 +118,9 @@ id % of cpu time in idle mode
|
|||
.fi
|
||||
.SH FILES
|
||||
.ta \w'/dev/kmem 'u
|
||||
/netbsd default kernel namelist
|
||||
.br
|
||||
/dev/kmem default memory file
|
||||
.br
|
||||
/netbsd default kernel namelist
|
||||
.SH SEE ALSO
|
||||
.IR fstat (1),
|
||||
.IR netstat (1),
|
||||
|
|
|
@ -97,11 +97,11 @@ profiling will be momentarily suspended,
|
|||
the operating system profile buffers will be dumped,
|
||||
and profiling will be immediately resumed.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/kmemx -compact
|
||||
.It Pa /netbsd
|
||||
the default system
|
||||
.Bl -tag -width /dev/kmem -compact
|
||||
.It Pa /dev/kmem
|
||||
the default memory
|
||||
default kernel memory
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr gprof 1 ,
|
||||
|
|
|
@ -55,7 +55,9 @@ function.
|
|||
.Sh FILES
|
||||
.Bl -tag -width /var/run/kvm_netbsd.db -compact
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.It Pa /var/run/kvm_netbsd.db
|
||||
system namelist database
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr kvm_nlist 3
|
||||
|
|
|
@ -125,8 +125,10 @@ core file other than the default, the last two
|
|||
arguments may be used to supplant the defaults.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/kmem -compact
|
||||
.It Pa /netbsd
|
||||
.It Pa /dev/kmem
|
||||
default kernel memory
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr netstat 1 ,
|
||||
|
|
|
@ -116,8 +116,10 @@ core file other than the default, the last two
|
|||
arguments may be used to supplant the defaults.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/kmem -compact
|
||||
.It Pa /netbsd
|
||||
.It Pa /dev/kmem
|
||||
default kernel memory
|
||||
.It Pa /netbsd
|
||||
default system namelist
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr netstat 1 ,
|
||||
|
|
Loading…
Reference in New Issue