Module Name:    src
Committed By:   wiz
Date:           Mon Mar  1 15:30:47 UTC 2010

Modified Files:
        src/share/man/man3: __UNCONST.3

Log Message:
Sort SEE ALSO. Remove unnecessary Pp.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man3/__UNCONST.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man3/__UNCONST.3
diff -u src/share/man/man3/__UNCONST.3:1.1 src/share/man/man3/__UNCONST.3:1.2
--- src/share/man/man3/__UNCONST.3:1.1	Mon Mar  1 13:44:09 2010
+++ src/share/man/man3/__UNCONST.3	Mon Mar  1 15:30:47 2010
@@ -1,4 +1,4 @@
-.\"	$NetBSD: __UNCONST.3,v 1.1 2010/03/01 13:44:09 jruoho Exp $
+.\"	$NetBSD: __UNCONST.3,v 1.2 2010/03/01 15:30:47 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -51,7 +51,6 @@
 macro can be used to omit warnings related to the
 .Em volatile
 type qualifier.
-.Pp
 .Sh IMPLEMENTATION NOTES
 Both macros are implemented by explicitly using
 .Em unsigned long
@@ -74,6 +73,8 @@
 	\&...
 
 .Ed
+.Sh SEE ALSO
+.Xr cc 1
 .Sh CAVEATS
 Both macros should be used with care because these can hide valid errors.
 A typical use case for
@@ -86,5 +87,3 @@
 .Fn __UNVOLATILE
 include passing a volatile pointer to
 .Xr memset 3 .
-.Sh SEE ALSO
-.Xr cc 1

Reply via email to