summaryrefslogtreecommitdiff
path: root/lib/libc/gen/vis.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-12-14 18:34:06 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-12-14 18:34:06 +0000
commitd43ba9a6c11b67f36d3ed95ec03b95462069c014 (patch)
tree61eb3b97efb38a77ff55f90b3a412e619da1365e /lib/libc/gen/vis.3
parent1eb4c80fdd1cde11f4bd257550d52f7fa5814b1a (diff)
Notes
Diffstat (limited to 'lib/libc/gen/vis.3')
-rw-r--r--lib/libc/gen/vis.33
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index b46368e3a457..dcb239a66d86 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -41,7 +41,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <vis.h>
+.In vis.h
.Ft char *
.Fn vis "char *dst" "int c" "int flag" "int nextc"
.Ft int
@@ -266,7 +266,6 @@ With this flag set, the encoding is
ambiguous and non-invertible.
.Sh SEE ALSO
.Xr unvis 1 ,
-.Xr strunvis 3 ,
.Xr unvis 3
.Rs
.%A R. Fielding