diff options
author | 2003-05-11 15:19:12 +0000 | |
---|---|---|
committer | 2003-05-11 15:19:12 +0000 | |
commit | 12b62a944415ab83c3147e0c540d6ddb2aa9fe6c (patch) | |
tree | f1f5b2d24cfbb364f122e151ac317ffd97c29601 | |
parent | CNET CNF301, Lucas Maneos <openbsd@subs.maneos.org> (diff) | |
download | wireguard-openbsd-12b62a944415ab83c3147e0c540d6ddb2aa9fe6c.tar.xz wireguard-openbsd-12b62a944415ab83c3147e0c540d6ddb2aa9fe6c.zip |
Document \s
-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) |