This commit was manufactured by cvs2svn to create tag 'FreeBSD-release/1.0'.
[unix-history] / bin / ps / ps.1
index d9d5dc3..bfb3fe5 100644 (file)
 .Dt PS 1
 .Os BSD 4
 .Sh NAME
 .Dt PS 1
 .Os BSD 4
 .Sh NAME
-.Nm \&ps
+.Nm ps
 .Nd process status
 .Sh SYNOPSIS
 .Nd process status
 .Sh SYNOPSIS
-.Nm \&ps
+.Nm ps
 .Op Fl aChjlmrSTuvwx
 .Op Fl M Ar core
 .Op Fl N Ar system
 .Op Fl aChjlmrSTuvwx
 .Op Fl M Ar core
 .Op Fl N Ar system
@@ -50,7 +50,7 @@
 .Nm ps
 .Op Fl L
 .Sh DESCRIPTION
 .Nm ps
 .Op Fl L
 .Sh DESCRIPTION
-.Nm \&Ps
+.Nm Ps
 displays a header line followed by lines containing information about your
 processes that have controlling terminals.
 This information is sorted by process
 displays a header line followed by lines containing information about your
 processes that have controlling terminals.
 This information is sorted by process
@@ -96,7 +96,7 @@ Sort by memory usage, instead of by process
 .Tn ID .
 .It Fl N
 Extract the name list from the specified system instead of the default
 .Tn ID .
 .It Fl N
 Extract the name list from the specified system instead of the default
-.Dq Pa /vmunix .
+.Dq Pa /386bsd .
 .It Fl O
 Add the information associated with the space or comma separated list
 of keywords specifed, after the process
 .It Fl O
 Add the information associated with the space or comma separated list
 of keywords specifed, after the process
@@ -154,7 +154,7 @@ is your window size.
 If the
 .Fl w
 option is specified more than once,
 If the
 .Fl w
 option is specified more than once,
-.Nm \&ps
+.Nm ps
 will use as many columns as necessary without regard for your window size.
 .It Fl x
 Display information about processes without controlling terminals.
 will use as many columns as necessary without regard for your window size.
 .It Fl x
 Display information about processes without controlling terminals.
@@ -325,7 +325,7 @@ When printing using the command keyword, a process that has exited and
 has a parent that has not yet waited for the process (in other words, a zombie)
 is listed as ``<defunct>'', and a process which is blocked while trying
 to exit is listed as ``<exiting>''.
 has a parent that has not yet waited for the process (in other words, a zombie)
 is listed as ``<defunct>'', and a process which is blocked while trying
 to exit is listed as ``<exiting>''.
-.Nm \&Ps
+.Nm Ps
 makes an educated guess as to the file name and arguments given when the
 process was created by examining memory or the swap area.
 The method is inherently somewhat unreliable and in any event a process
 makes an educated guess as to the file name and arguments given when the
 process was created by examining memory or the swap area.
 The method is inherently somewhat unreliable and in any event a process
@@ -476,7 +476,7 @@ wait channel (as a symbolic name)
 exit or stop status (valid only for stopped or zombie process)
 .El
 .Sh FILES
 exit or stop status (valid only for stopped or zombie process)
 .El
 .Sh FILES
-.Bl -tag -width /var/run/kvm_vmunix.db -compact
+.Bl -tag -width /var/run/kvm_386bsd.db -compact
 .It Pa /dev
 special files and device names
 .It Pa /dev/drum
 .It Pa /dev
 special files and device names
 .It Pa /dev/drum
@@ -485,9 +485,9 @@ default swap device
 default kernel memory
 .It Pa /var/run/dev.db
 /dev name database
 default kernel memory
 .It Pa /var/run/dev.db
 /dev name database
-.It Pa /var/run/kvm_vmunix.db
+.It Pa /var/run/kvm_386bsd.db
 system namelist database
 system namelist database
-.It Pa /vmunix
+.It Pa /386bsd
 default system namelist
 .El
 .Sh SEE ALSO
 default system namelist
 .El
 .Sh SEE ALSO
@@ -498,6 +498,6 @@ default system namelist
 .Xr pstat 8
 .Sh BUGS
 Since
 .Xr pstat 8
 .Sh BUGS
 Since
-.Nm \&ps
+.Nm ps
 cannot run faster than the system and is run as any other scheduled
 process, the information it displays can never be exact.
 cannot run faster than the system and is run as any other scheduled
 process, the information it displays can never be exact.