Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man3 Sort SEE ALSO. Remove unnecessary Pp.



details:   https://anonhg.NetBSD.org/src/rev/b726f58574ce
branches:  trunk
changeset: 752569:b726f58574ce
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Mar 01 15:30:47 2010 +0000

description:
Sort SEE ALSO. Remove unnecessary Pp.

diffstat:

 share/man/man3/__UNCONST.3 |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r eb5556005230 -r b726f58574ce share/man/man3/__UNCONST.3
--- a/share/man/man3/__UNCONST.3        Mon Mar 01 15:28:42 2010 +0000
+++ b/share/man/man3/__UNCONST.3        Mon Mar 01 15:30:47 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index