summaryrefslogtreecommitdiffstats
path: root/usr.bin/w
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2006-12-14 19:02:48 +0000
committerru <ru@FreeBSD.org>2006-12-14 19:02:48 +0000
commitc18cdc85cac392ad941d4145ebde21bf85d03a7d (patch)
treea5c471a14b022f96356e7ec11393824394acab02 /usr.bin/w
parentecbd0bb16ba70864fe3e8e71a4997df88b115e33 (diff)
downloadFreeBSD-src-c18cdc85cac392ad941d4145ebde21bf85d03a7d.zip
FreeBSD-src-c18cdc85cac392ad941d4145ebde21bf85d03a7d.tar.gz
Fix markup.
Diffstat (limited to 'usr.bin/w')
-rw-r--r--usr.bin/w/w.117
1 files changed, 10 insertions, 7 deletions
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1
index e8dbbf4..0dfbd1b 100644
--- a/usr.bin/w/w.1
+++ b/usr.bin/w/w.1
@@ -61,7 +61,7 @@ logged on, the time since the user last typed anything,
and the name and arguments of the current process.
.Pp
The options are as follows:
-.Bl -tag -width Ds
+.Bl -tag -width indent
.It Fl d
dumps out the entire process list on a per controlling
tty basis, instead of just the top level process.
@@ -72,11 +72,11 @@ Output is sorted by idle time.
.It Fl M
Extract values associated with the name list from the specified
core instead of the default
-.Dq /dev/kmem .
+.Pa /dev/kmem .
.It Fl N
Extract the name list from the specified system instead of the
default
-.Dq /boot/kernel/kernel .
+.Pa /boot/kernel/kernel .
.It Fl n
Do not attempt to resolve network addresses (normally
.Nm
@@ -87,7 +87,7 @@ If one or more
.Ar user
names are specified, the output is restricted to those users.
.Sh FILES
-.Bl -tag -width /var/run/utmp -compact
+.Bl -tag -width ".Pa /var/run/utmp" -compact
.It Pa /var/run/utmp
list of users on the system
.El
@@ -113,16 +113,19 @@ command appeared in
The notion of the
.Dq current process
is muddy.
-The current algorithm is ``the highest numbered process on the terminal
+The current algorithm is
+.Do
+the highest numbered process on the terminal
that is not ignoring interrupts, or, if there is none, the highest numbered
-process on the terminal''.
+process on the terminal
+.Dc .
This fails, for example, in critical sections of programs like the shell
and editor, or when faulty programs running in the background fork and fail
to ignore interrupts.
(In cases where no process can be found,
.Nm
prints
-.Dq \- . )
+.Ql \- . )
.Pp
The
.Tn CPU
OpenPOWER on IntegriCloud