Module Name:    src
Committed By:   pgoyette
Date:           Wed Aug  7 23:22:28 UTC 2013

Modified Files:
        src/lib/libutil: snprintb.3

Log Message:
Update example using hex-escape-sequences to conform to gcc parsing rules.
(See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33167 for details.)


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/snprintb.3

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

Modified files:

Index: src/lib/libutil/snprintb.3
diff -u src/lib/libutil/snprintb.3:1.15 src/lib/libutil/snprintb.3:1.16
--- src/lib/libutil/snprintb.3:1.15	Wed Aug  7 22:51:59 2013
+++ src/lib/libutil/snprintb.3	Wed Aug  7 23:22:28 2013
@@ -1,4 +1,4 @@
-.\"     $NetBSD: snprintb.3,v 1.15 2013/08/07 22:51:59 pgoyette Exp $
+.\"     $NetBSD: snprintb.3,v 1.16 2013/08/07 23:22:28 pgoyette Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -228,9 +228,9 @@ snprintb(buf, buflen, "\e10\e2BITTWO\e1B
 \(rA "03<BITTWO,BITONE>"
 
 snprintb(buf, buflen,
-       "\e20\ex10NOTBOOT\ex0fFPP\ex0eSDVMA\ex0cVIDEO"
-       "\ex0bLORES\ex0aFPA\ex09DIAG\ex07CACHE"
-       "\ex06IOCACHE\ex05LOOPBACK\ex04DBGCACHE",
+       "\e20\ex10NOTBOOT\ex0f" "FPP\ex0eSDVMA\ex0cVIDEO"
+       "\ex0bLORES\ex0a" "FPA\ex09" "DIAG\ex07" "CACHE"
+       "\ex06IOCACHE\ex05LOOPBACK\ex04" "DBGCACHE",
        0xe860)
 \(rA "0xe860<NOTBOOT,FPP,SDVMA,VIDEO,CACHE,IOCACHE>"
 .Ed

Reply via email to