Module Name:    src
Committed By:   njoly
Date:           Sun Jul 21 10:14:55 UTC 2013

Modified Files:
        src/share/man/man9: ddc.9 kcpuset.9

Log Message:
Kill a few trailing spaces.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/share/man/man9/ddc.9
cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/kcpuset.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/ddc.9
diff -u src/share/man/man9/ddc.9:1.5 src/share/man/man9/ddc.9:1.6
--- src/share/man/man9/ddc.9:1.5	Sat Jul 20 21:39:59 2013
+++ src/share/man/man9/ddc.9	Sun Jul 21 10:14:55 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ddc.9,v 1.5 2013/07/20 21:39:59 wiz Exp $
+.\"	$NetBSD: ddc.9,v 1.6 2013/07/21 10:14:55 njoly Exp $
 .\"
 .\" Copyright 2006 Itronix Inc.
 .\" All rights reserved.
@@ -90,7 +90,7 @@ to retrieve and print information about 
 	...
 	/* initialize i2c tag... */
 	...
-	if ((ddc_read_edid(tag, buffer, 128) == 0) \*[Am]\*[Am] 
+	if ((ddc_read_edid(tag, buffer, 128) == 0) \*[Am]\*[Am]
 	    (edid_parse(buffer, \*[Am]info) == 0))
 		edid_print(info);
 	...

Index: src/share/man/man9/kcpuset.9
diff -u src/share/man/man9/kcpuset.9:1.7 src/share/man/man9/kcpuset.9:1.8
--- src/share/man/man9/kcpuset.9:1.7	Thu Jul 18 06:39:18 2013
+++ src/share/man/man9/kcpuset.9	Sun Jul 21 10:14:55 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: kcpuset.9,v 1.7 2013/07/18 06:39:18 wiz Exp $ */
+.\" $NetBSD: kcpuset.9,v 1.8 2013/07/21 10:14:55 njoly Exp $ */
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen.iki.fi>
 .\" All rights reserved.
@@ -273,7 +273,7 @@ Returns the lowest numbered
 present in
 .Fa kcp
 plus 1.
-If 
+If
 .Fa kcp
 is empty, a value of 0 is returned.
 .Fa kcp

Reply via email to