summaryrefslogtreecommitdiffstats
path: root/contrib/libxo
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2015-11-06 14:29:25 +0000
committerume <ume@FreeBSD.org>2015-11-06 14:29:25 +0000
commita06dff3f647b2e4cb7eb6b6fcaa2d2099d2cd377 (patch)
treec92e19df260d18c99bb9c5107aaefea86dcbbd5d /contrib/libxo
parent2c153eccc15b3b28b2a8399de5cbce7f4529b54d (diff)
downloadFreeBSD-src-a06dff3f647b2e4cb7eb6b6fcaa2d2099d2cd377.zip
FreeBSD-src-a06dff3f647b2e4cb7eb6b6fcaa2d2099d2cd377.tar.gz
The field modifier for trimming whitespace
is not `q' but `t'.
Diffstat (limited to 'contrib/libxo')
-rw-r--r--contrib/libxo/libxo/xo_format.54
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/libxo/libxo/xo_format.5 b/contrib/libxo/libxo/xo_format.5
index 1db4fc8..89c0103 100644
--- a/contrib/libxo/libxo/xo_format.5
+++ b/contrib/libxo/libxo/xo_format.5
@@ -7,7 +7,7 @@
.\" # LICENSE.
.\" # Phil Shafer, July 2014
.\"
-.Dd December 4, 2014
+.Dd November 6, 2015
.Dt LIBXO 3
.Os
.Sh NAME
@@ -367,7 +367,7 @@ particular output styles:
.It l "leaf-list " "Field is a leaf-list, a list of leaf values"
.It n "no-quotes " "Do not quote the field when using JSON style"
.It q "quotes " "Quote the field when using JSON style"
-.It q "trim " "Trim leading and trailing whitespace"
+.It t "trim " "Trim leading and trailing whitespace"
.It w "white space " "A blank ("" "") is appended after the label"
.El
.Pp
OpenPOWER on IntegriCloud