Module Name:    src
Committed By:   wiz
Date:           Tue May  3 09:36:24 UTC 2011

Modified Files:
        src/lib/libc/stdlib: div.3
        src/share/man/man4: acpi.4

Log Message:
Remove \*[q] -- not necessary, just use plain double quotes instead.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdlib/div.3
cvs rdiff -u -r1.69 -r1.70 src/share/man/man4/acpi.4

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

Modified files:

Index: src/lib/libc/stdlib/div.3
diff -u src/lib/libc/stdlib/div.3:1.13 src/lib/libc/stdlib/div.3:1.14
--- src/lib/libc/stdlib/div.3:1.13	Wed Apr 13 07:12:52 2011
+++ src/lib/libc/stdlib/div.3	Tue May  3 09:36:24 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: div.3,v 1.13 2011/04/13 07:12:52 jruoho Exp $
+.\"	$NetBSD: div.3,v 1.14 2011/05/03 09:36:24 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -76,7 +76,7 @@
 
 d = div(a, b);
 
-(void)printf(\*[q]%d %d\en\*[q], d.quot, d.rem);
+(void)printf("%d %d\en", d.quot, d.rem);
 .Ed
 .Sh SEE ALSO
 .Xr fast_divide32 3 ,

Index: src/share/man/man4/acpi.4
diff -u src/share/man/man4/acpi.4:1.69 src/share/man/man4/acpi.4:1.70
--- src/share/man/man4/acpi.4:1.69	Mon Jan 17 21:56:38 2011
+++ src/share/man/man4/acpi.4	Tue May  3 09:36:24 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: acpi.4,v 1.69 2011/01/17 21:56:38 jruoho Exp $
+.\" $NetBSD: acpi.4,v 1.70 2011/05/03 09:36:24 wiz Exp $
 .\"
 .\" Copyright (c) 2002, 2004, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -31,14 +31,14 @@
 .Nm acpi
 .Nd Advanced Configuration and Power Interface
 .Sh SYNOPSIS
-.Cd "acpi0	at mainbus0"
+.Cd acpi0	at mainbus0
 .Pp
-.Cd "options	ACPI_DEBUG"
-.Cd "options	ACPIVERBOSE"
-.Cd "options	ACPI_ACTIVATE_DEV"
-.Cd "options	ACPI_DSDT_OVERRIDE"
-.Cd "options	ACPI_DSDT_FILE=\*[q]\*[q]"
-.Cd "options	ACPI_BLACKLIST_YEAR=2000"
+.Cd options	ACPI_DEBUG
+.Cd options	ACPIVERBOSE
+.Cd options	ACPI_ACTIVATE_DEV
+.Cd options	ACPI_DSDT_OVERRIDE
+.Cd options	ACPI_DSDT_FILE=""
+.Cd options	ACPI_BLACKLIST_YEAR=2000
 .Sh DESCRIPTION
 .Nx
 provides machine-independent bus support for

Reply via email to