Module Name:    src
Committed By:   wiz
Date:           Wed Apr 21 18:43:26 UTC 2010

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man3/__CONCAT.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/__CONCAT.3
diff -u src/share/man/man3/__CONCAT.3:1.2 src/share/man/man3/__CONCAT.3:1.3
--- src/share/man/man3/__CONCAT.3:1.2	Wed Apr 21 18:07:11 2010
+++ src/share/man/man3/__CONCAT.3	Wed Apr 21 18:43:26 2010
@@ -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

Reply via email to