aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/w/w.1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2006-12-14 19:02:48 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2006-12-14 19:02:48 +0000
commit89273e7b6c31d35570442b893ad758e06bea1a8c (patch)
treea5c471a14b022f96356e7ec11393824394acab02 /usr.bin/w/w.1
parent812819c7b1bdc74747d7788f61d3459adc3ed529 (diff)
downloadsrc-89273e7b6c31d35570442b893ad758e06bea1a8c.tar.gz
src-89273e7b6c31d35570442b893ad758e06bea1a8c.zip
Fix markup.
Notes
Notes: svn path=/head/; revision=165226
Diffstat (limited to 'usr.bin/w/w.1')
-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 e8dbbf4b560b..0dfbd1b8b59e 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