svn commit: r290445 - head/contrib/libxo/libxo

Hajimu UMEMOTO ume at FreeBSD.org
Fri Nov 6 14:29:26 UTC 2015


Author: ume
Date: Fri Nov  6 14:29:25 2015
New Revision: 290445
URL: https://svnweb.freebsd.org/changeset/base/290445

Log:
  The field modifier for trimming whitespace
  is not `q' but `t'.

Modified:
  head/contrib/libxo/libxo/xo_format.5

Modified: head/contrib/libxo/libxo/xo_format.5
==============================================================================
--- head/contrib/libxo/libxo/xo_format.5	Fri Nov  6 14:00:26 2015	(r290444)
+++ head/contrib/libxo/libxo/xo_format.5	Fri Nov  6 14:29:25 2015	(r290445)
@@ -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


More information about the svn-src-all mailing list