diff options
-rw-r--r-- | lib/libc/gen/vis.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index d956f13..58b2c76 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -32,7 +32,7 @@ .\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93 .\" $FreeBSD$ .\" -.Dd March 21, 2004 +.Dd April 9, 2006 .Dt VIS 3 .Os .Sh NAME @@ -243,6 +243,8 @@ The following sequences are used to represent the indicated characters: .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 |