Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2015 14:29:25 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r290445 - head/contrib/libxo/libxo
Message-ID:  <201511061429.tA6ETPQb034160@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511061429.tA6ETPQb034160>