From 132b0dccf4a86614b468790dcc26d49fde4e08d9 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 10 Mar 2011 11:16:46 -0800 Subject: [PATCH 1/1] table: Fix typo in manpage. Reported-by: Paul Ingram --- lib/table.man | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/table.man b/lib/table.man index 8c1469d68..70ef778c1 100644 --- a/lib/table.man +++ b/lib/table.man @@ -11,7 +11,7 @@ Sets the type of table formatting. The following types of A list with one column per line and rows separated by a blank line. .IP "\fBhtml\fR" HTML tables. -.IP "\fBcvs\fR" +.IP "\fBcsv\fR" Comma-separated values as defined in RFC 4180. .IP "\fBjson\fR" JSON format as defined in RFC 4627. The output is a sequence of JSON -- 2.43.0