Module Name: src
Committed By: uwe
Date: Sat Dec 15 01:19:32 UTC 2012
Modified Files:
src/lib/libc/gen: vis.3
Log Message:
Add RFC 2045 (for VIS_MIMESTYLE) to "SEE ALSO".
Use space between "RFC" and the number.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/libc/gen/vis.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/vis.3
diff -u src/lib/libc/gen/vis.3:1.32 src/lib/libc/gen/vis.3:1.33
--- src/lib/libc/gen/vis.3:1.32 Sat Dec 15 01:04:02 2012
+++ src/lib/libc/gen/vis.3 Sat Dec 15 01:19:32 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: vis.3,v 1.32 2012/12/15 01:04:02 uwe Exp $
+.\" $NetBSD: vis.3,v 1.33 2012/12/15 01:19:32 uwe Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -425,7 +425,11 @@ The destination buffer size is not large
.Rs
.%A T. Berners-Lee
.%T Uniform Resource Locators (URL)
-.%O RFC1738
+.%O "RFC 1738"
+.Re
+.Rs
+.%T "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies"
+.%O "RFC 2045"
.Re
.Sh HISTORY
The