summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/unvis.3
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-07-03 08:31:02 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-07-03 08:31:02 +0000
commitde3d6e2b9e32d4e021ac9c297fb54231e6a1b60c (patch)
treecd7264fa4e4ec70c6ce22401ee47fcc62f3803c0 /lib/libc/gen/unvis.3
parent63172fd7cd8a304f53cb3f0342b325a2be8f7a46 (diff)
downloadFreeBSD-src-de3d6e2b9e32d4e021ac9c297fb54231e6a1b60c.zip
FreeBSD-src-de3d6e2b9e32d4e021ac9c297fb54231e6a1b60c.tar.gz
Remove trailing whitespace only.
Diffstat (limited to 'lib/libc/gen/unvis.3')
-rw-r--r--lib/libc/gen/unvis.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3
index 5a52737..7f1e25a 100644
--- a/lib/libc/gen/unvis.3
+++ b/lib/libc/gen/unvis.3
@@ -43,11 +43,11 @@
.Lb libc
.Sh SYNOPSIS
.Fd #include <vis.h>
-.Ft int
+.Ft int
.Fn unvis "char *cp" "int c" "int *astate" "int flag"
-.Ft int
+.Ft int
.Fn strunvis "char *dst" "const char *src"
-.Ft int
+.Ft int
.Fn strunvisx "char *dst" "const char *src" "int flag"
.Sh DESCRIPTION
The
@@ -61,7 +61,7 @@ by the
.Xr vis 3
function, back into
the original form. Unvis is called with successive characters in
-.Ar c
+.Ar c
until a valid
sequence is recognized, at which time the decoded character is
available at the character pointed to by
@@ -123,7 +123,7 @@ has several return codes that must be handled properly. They are:
.Bl -tag -width UNVIS_VALIDPUSH
.It Li \&0 (zero)
Another character is necessary; nothing has been recognized yet.
-.It Dv UNVIS_VALID
+.It Dv UNVIS_VALID
A valid character has been recognized and is available at the location
pointed to by cp.
.It Dv UNVIS_VALIDPUSH
OpenPOWER on IntegriCloud