Module Name: src
Committed By: cnst
Date: Wed Feb 17 22:04:14 UTC 2010
Modified Files:
src/share/man/man9: kprintf.9
Log Message:
grammar in kprintf.9 (s/or/and/ and add some commas); ok wiz, pgoyette
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/share/man/man9/kprintf.9
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/man9/kprintf.9
diff -u src/share/man/man9/kprintf.9:1.28 src/share/man/man9/kprintf.9:1.29
--- src/share/man/man9/kprintf.9:1.28 Fri Sep 4 23:29:03 2009
+++ src/share/man/man9/kprintf.9 Wed Feb 17 22:04:14 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: kprintf.9,v 1.28 2009/09/04 23:29:03 apb Exp $
+.\" $NetBSD: kprintf.9,v 1.29 2010/02/17 22:04:14 cnst Exp $
.\"
.\" Copyright (c) 1998, 2002, 2007 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -217,9 +217,10 @@
which work like their counterparts without the suffixes, except that
they take a
.Ft device_t
-or
-.Ft struct ifnet *
-respectively as first argument and prefix the log message with the
+and
+.Ft struct ifnet * ,
+respectively, as first argument,
+and prefix the log message with the
corresponding device or interface name.
.Pp
The