Add to the SEE ALSO section, a reference to the RFC mentioned in

text introduced in the previous commit.
This commit is contained in:
Sheldon Hearn 2000-07-03 08:26:50 +00:00
parent 74f509a058
commit c50c83c0e1
2 changed files with 12 additions and 1 deletions

View File

@ -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

View File

@ -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 .