diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-12-01 19:18:53 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-12-01 19:18:53 +0000 |
commit | 9405dd95c92b854f882dd3178433f64590a219ae (patch) | |
tree | d46a4163f41ea20b51c67d7fc1e65fbbae9bcd31 /usr.bin/w/w.1 | |
parent | db2cac2a60d91280013fd96a9b5c1587e032fe38 (diff) | |
download | FreeBSD-src-9405dd95c92b854f882dd3178433f64590a219ae.zip FreeBSD-src-9405dd95c92b854f882dd3178433f64590a219ae.tar.gz |
Add more text to explain --libxo flag.
Diffstat (limited to 'usr.bin/w/w.1')
-rw-r--r-- | usr.bin/w/w.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.bin/w/w.1 b/usr.bin/w/w.1 index 445462b..a8c30be 100644 --- a/usr.bin/w/w.1 +++ b/usr.bin/w/w.1 @@ -28,7 +28,7 @@ .\" @(#)w.1 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd November 5, 2014 +.Dd December 1, 2015 .Dt W 1 .Os .Sh NAME @@ -59,6 +59,13 @@ and the name and arguments of the current process. .Pp The options are as follows: .Bl -tag -width indent +.It Fl -libxo +Generate output via +.Xr libxo 3 +in a selection of different human and machine readable formats. +See +.Xr xo_parse_args 3 +for details on command line arguments. .It Fl d dumps out the entire process list on a per controlling tty basis, instead of just the top level process. |