aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-07-03 08:26:50 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-07-03 08:26:50 +0000
commitc50c83c0e15adf5117a331287a80019c988aa9c7 (patch)
tree0841320f15d54c4ad3c5bde2d0d1a0fb19ebbe94
parent74f509a0582dfe6ded8543e2d6bac805f2c70170 (diff)
downloadsrc-c50c83c0e15adf5117a331287a80019c988aa9c7.tar.gz
src-c50c83c0e15adf5117a331287a80019c988aa9c7.zip
Add to the SEE ALSO section, a reference to the RFC mentioned in
text introduced in the previous commit.
Notes
Notes: svn path=/head/; revision=62444
-rw-r--r--lib/libc/gen/unvis.38
-rw-r--r--lib/libc/gen/vis.35
2 files changed, 12 insertions, 1 deletions
diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3
index ba6b38b3fa1b..c8afeee90c91 100644
--- a/lib/libc/gen/unvis.3
+++ b/lib/libc/gen/unvis.3
@@ -180,7 +180,13 @@ if (unvis(&out, (char)0, &state, UNVIS_END) == UNVIS_VALID)
(void) putchar(out);
.Ed
.Sh SEE ALSO
-.Xr vis 1
+.Xr vis 1 ,
+.Xr vis 3
+.Rs
+.%A R. Fielding
+.%T Relative Uniform Resource Locators
+.%O RFC1808
+.Re
.Sh HISTORY
The
.Nm unvis
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3
index 7612bd55dc58..af1b96eaa3f6 100644
--- a/lib/libc/gen/vis.3
+++ b/lib/libc/gen/vis.3
@@ -268,6 +268,11 @@ ambiguous and non-invertible.
.Xr unvis 1 ,
.Xr strunvis 3 ,
.Xr unvis 3
+.Rs
+.%A R. Fielding
+.%T Relative Uniform Resource Locators
+.%O RFC1808
+.Re
.Sh HISTORY
These functions first appeared in
.Bx 4.4 .