summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2015-12-01 19:18:53 +0000
committerrodrigc <rodrigc@FreeBSD.org>2015-12-01 19:18:53 +0000
commit9405dd95c92b854f882dd3178433f64590a219ae (patch)
treed46a4163f41ea20b51c67d7fc1e65fbbae9bcd31 /usr.bin
parentdb2cac2a60d91280013fd96a9b5c1587e032fe38 (diff)
downloadFreeBSD-src-9405dd95c92b854f882dd3178433f64590a219ae.zip
FreeBSD-src-9405dd95c92b854f882dd3178433f64590a219ae.tar.gz
Add more text to explain --libxo flag.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/iscsictl/iscsictl.813
-rw-r--r--usr.bin/netstat/netstat.19
-rw-r--r--usr.bin/w/w.19
-rw-r--r--usr.bin/wc/wc.19
4 files changed, 35 insertions, 5 deletions
diff --git a/usr.bin/iscsictl/iscsictl.8 b/usr.bin/iscsictl/iscsictl.8
index ffa2e15..d31e1703 100644
--- a/usr.bin/iscsictl/iscsictl.8
+++ b/usr.bin/iscsictl/iscsictl.8
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 17, 2015
+.Dd December 1, 2015
.Dt ISCSICTL 8
.Os
.Sh NAME
@@ -80,6 +80,13 @@ utility is used to configure the iSCSI initiator.
.Pp
The following options are available:
.Bl -tag -width ".Fl A"
+.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 A
Add session.
.It Fl M
@@ -182,7 +189,9 @@ Disconnect all iSCSI sessions:
.Sh SEE ALSO
.Xr iscsi 4 ,
.Xr iscsi.conf 5 ,
-.Xr iscsid 8
+.Xr iscsid 8 ,
+.Xr libxo 3 ,
+.Xr xo_parse_args 3
.Sh HISTORY
The
.Nm
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index 33eb216..a7e5291 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -28,7 +28,7 @@
.\" @(#)netstat.1 8.8 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd August 27, 2015
+.Dd December 1, 2015
.Dt NETSTAT 1
.Os
.Sh NAME
@@ -151,6 +151,13 @@ or
addresses and ports appear as
.Dq Li * .
.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 4
Show IPv4 only.
See
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.
diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1
index cda737b..8f78fad 100644
--- a/usr.bin/wc/wc.1
+++ b/usr.bin/wc/wc.1
@@ -31,7 +31,7 @@
.\" @(#)wc.1 8.2 (Berkeley) 4/19/94
.\" $FreeBSD$
.\"
-.Dd August 24, 2015
+.Dd December 1, 2015
.Dt WC 1
.Os
.Sh NAME
@@ -68,6 +68,13 @@ the last file.
.Pp
The following options are available:
.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 L
The number of characters in the longest input line
is written to the standard output.
OpenPOWER on IntegriCloud