Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Whitespace; better macro.



details:   https://anonhg.NetBSD.org/src/rev/1cd3b1b0adc4
branches:  trunk
changeset: 790899:1cd3b1b0adc4
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Oct 25 22:19:41 2013 +0000

description:
Whitespace; better macro.

diffstat:

 share/man/man3/attribute.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 06728ce7c1ad -r 1cd3b1b0adc4 share/man/man3/attribute.3
--- a/share/man/man3/attribute.3        Fri Oct 25 22:16:29 2013 +0000
+++ b/share/man/man3/attribute.3        Fri Oct 25 22:19:41 2013 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: attribute.3,v 1.14 2013/10/25 15:11:21 apb Exp $
+.\" $NetBSD: attribute.3,v 1.15 2013/10/25 22:19:41 wiz Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -85,7 +85,7 @@
 .Em __attribute__
 or similar syntax provided by specific compilers.
 Instead,
-.Nx Ns 's
+.Nx Ap s
 .In sys/cdefs.h
 header file
 provides several attribute macros in a namespace
@@ -208,7 +208,7 @@
 is defined, but unused when
 .Dv DEBUG
 is not defined, may be declared with
-.Ic __debugused. 
+.Ic __debugused .
 .Pp
 In the kernel, variables used only in
 .Xr KDASSERT 9



Home | Main Index | Thread Index | Old Index