From 24537f6134f6e52281929e7c16a3c4cbfa5a8b5b Mon Sep 17 00:00:00 2001 From: sheldonh Date: Mon, 3 Jul 2000 08:26:50 +0000 Subject: Add to the SEE ALSO section, a reference to the RFC mentioned in text introduced in the previous commit. --- lib/libc/gen/unvis.3 | 8 +++++++- lib/libc/gen/vis.3 | 5 +++++ 2 files changed, 12 insertions(+), 1 deletion(-) (limited to 'lib/libc') diff --git a/lib/libc/gen/unvis.3 b/lib/libc/gen/unvis.3 index ba6b38b..c8afeee 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 7612bd5..af1b96e 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 . -- cgit v1.1