Source-Changes-HG archive

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

[src/trunk]: src/share/man/man9 grammar in kprintf.9 (s/or/and/ and add some ...



details:   https://anonhg.NetBSD.org/src/rev/e4f351ac30a0
branches:  trunk
changeset: 752172:e4f351ac30a0
user:      cnst <cnst%NetBSD.org@localhost>
date:      Wed Feb 17 22:04:14 2010 +0000

description:
grammar in kprintf.9 (s/or/and/ and add some commas);   ok wiz, pgoyette

diffstat:

 share/man/man9/kprintf.9 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r cc2bddb2f8b1 -r e4f351ac30a0 share/man/man9/kprintf.9
--- a/share/man/man9/kprintf.9  Wed Feb 17 21:39:14 2010 +0000
+++ b/share/man/man9/kprintf.9  Wed Feb 17 22:04:14 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index