Source-Changes-HG archive

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

[src/trunk]: src/share/man/man3 Fix an xref and change word order slightly so...



details:   https://anonhg.NetBSD.org/src/rev/244ee8c3dad1
branches:  trunk
changeset: 754146:244ee8c3dad1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Wed Apr 21 18:43:26 2010 +0000

description:
Fix an xref and change word order slightly so it sounds better to me.

diffstat:

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

diffs (26 lines):

diff -r 4edb1b14957f -r 244ee8c3dad1 share/man/man3/__CONCAT.3
--- a/share/man/man3/__CONCAT.3 Wed Apr 21 18:07:11 2010 +0000
+++ b/share/man/man3/__CONCAT.3 Wed Apr 21 18:43:26 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: __CONCAT.3,v 1.2 2010/04/21 18:07:11 jruoho Exp $ $
+.\"    $NetBSD: __CONCAT.3,v 1.3 2010/04/21 18:43:26 wiz Exp $ $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -44,14 +44,14 @@
 The
 .Nm
 macro makes use of the
-.Xr cpp 3
+.Xr cpp 1
 preprocessor to concatenate two tokens.
 When the macro is expanded,
 .Fa x
 and
 .Fa y
 are combined into a single token, provided that the result forms a valid token;
-two tokens that do not together form a valid token can not be concatenated.
+two tokens that together do not form a valid token can not be concatenated.
 This is known as
 .Dq token concatenation
 or



Home | Main Index | Thread Index | Old Index