diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-05-11 15:19:13 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2003-05-11 15:19:13 +0000 |
commit | e032877228d7a813bc64cc519012f0696f414695 (patch) | |
tree | 63a28c0ad70116a4bb81233f6d15ed900ea076a8 /lib/libc | |
parent | 628a4d46573cb0b5e159be5aecde1a5afe57c989 (diff) |
Document \s
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) |