]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
The field modifier for trimming whitespace
authorume <ume@FreeBSD.org>
Fri, 6 Nov 2015 14:29:25 +0000 (14:29 +0000)
committerume <ume@FreeBSD.org>
Fri, 6 Nov 2015 14:29:25 +0000 (14:29 +0000)
is not `q' but `t'.

contrib/libxo/libxo/xo_format.5

index 1db4fc8dc1186590a7edea991f42ea388a7299e6..89c010391d51f2a841af825fe20931e2b43f0343 100644 (file)
@@ -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