The field modifier for trimming whitespace

is not `q' but `t'.
This commit is contained in:
Hajimu UMEMOTO 2015-11-06 14:29:25 +00:00
parent 179f731bb0
commit 3960a27659

View 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