summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-01-15 11:40:33 +0000
committerru <ru@FreeBSD.org>2005-01-15 11:40:33 +0000
commit363d029560e5b0ad6969ac5913e1f57c28ca1660 (patch)
tree3a3ebe67d75ade469ee49f6d9e31963569007a0b /lib
parentc71a57d3ca5cc3ffed157a7d38b89616920b404d (diff)
downloadFreeBSD-src-363d029560e5b0ad6969ac5913e1f57c28ca1660.zip
FreeBSD-src-363d029560e5b0ad6969ac5913e1f57c28ca1660.tar.gz
Markup: convert a display to a list.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/vis.329
1 files changed, 19 insertions, 10 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index 03676ff..d956f13 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -231,16 +231,25 @@ Represents Meta-space.
Use C-style backslash sequences to represent standard non-printable
characters.
The following sequences are used to represent the indicated characters:
-.Bd -unfilled -offset indent
-.Li \ea Tn - BEL No (007)
-.Li \eb Tn - BS No (010)
-.Li \ef Tn - NP No (014)
-.Li \en Tn - NL No (012)
-.Li \er Tn - CR No (015)
-.Li \et Tn - HT No (011)
-.Li \ev Tn - VT No (013)
-.Li \e0 Tn - NUL No (000)
-.Ed
+.Pp
+.Bl -tag -width ".Li \e0" -offset indent -compact
+.It Li \ea
+.Dv BEL No (007)
+.It Li \eb
+.Dv BS No (010)
+.It Li \ef
+.Dv NP No (014)
+.It Li \en
+.Dv NL No (012)
+.It Li \er
+.Dv CR No (015)
+.It Li \et
+.Dv HT No (011)
+.It Li \ev
+.Dv VT No (013)
+.It Li \e0
+.Dv NUL No (000)
+.El
.Pp
When using this format, the
.Fa nextc
OpenPOWER on IntegriCloud