docs/95546: vis.3 doesn't mention '\s' in VIS_CSTYLE section

Jan Schaumann jschauma at netmeister.org
Sun Apr 9 15:40:14 UTC 2006


>Number:         95546
>Category:       docs
>Synopsis:       vis.3 doesn't mention '\s' in VIS_CSTYLE section
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 09 15:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jan Schaumann
>Release:        n/a
>Organization:
>Environment:
n/a
>Description:
strvis(3) encodes whitespace (040) as '\s', but the manual page does not mention this.
>How-To-Repeat:
man strvis
>Fix:
--- vis.3.orig  2006-04-09 11:32:09.000000000 -0400
+++ vis.3       2006-04-09 11:32:50.000000000 -0400
@@ -243,6 +243,8 @@
 .Dv NL No (012)
 .It Li \er
 .Dv CR No (015)
+.It Li \es
+.Dv SP No (040)
 .It Li \et
 .Dv HT No (011)
 .It Li \ev

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-doc mailing list