diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/vis.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index f2a88d3cb05..d9ace1787a7 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.17 2003/02/24 01:27:09 deraadt Exp $ +.\" $OpenBSD: vis.3,v 1.18 2003/05/11 15:19:12 pjanzen Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -257,6 +257,7 @@ The following sequences are used to represent the indicated characters: .Li \ef Tn - NP No (014) .Li \en Tn - NL No (012) .Li \er Tn - CR No (015) +.Li \es Tn - SP No (040) .Li \et Tn - HT No (011) .Li \ev Tn - VT No (013) .Li \e0 Tn - NUL No (000) |