Source-Changes-HG archive

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

[src/trunk]: src No trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/352c4f0fb8e9
branches:  trunk
changeset: 753656:352c4f0fb8e9
user:      joerg <joerg%NetBSD.org@localhost>
date:      Mon Apr 05 19:36:29 2010 +0000

description:
No trailing whitespace

diffstat:

 share/man/man9/select.9         |  10 +++++-----
 share/man/man9/tvtohz.9         |   4 ++--
 usr.sbin/ypserv/ypserv/ypserv.8 |   4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (71 lines):

diff -r 8a4276f1af16 -r 352c4f0fb8e9 share/man/man9/select.9
--- a/share/man/man9/select.9   Mon Apr 05 19:34:28 2010 +0000
+++ b/share/man/man9/select.9   Mon Apr 05 19:36:29 2010 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: select.9,v 1.3 2008/05/13 15:52:51 tnn Exp $
+.\"     $NetBSD: select.9,v 1.4 2010/04/05 19:36:29 joerg Exp $
 .\"
 .\" Copyright (C) 2002 Chad David <davidc%acns.ab.ca@localhost>. All rights reserved.
 .\"
@@ -79,11 +79,11 @@
 .Fn selrecord
 should only be called when the poll routine determines that the object
 is not ready for I/O: there are no events of interest pending.
-The check for pending I/O and call to 
+The check for pending I/O and call to
 .Fn selrecord
 must be atomic.
 Atomicity can be provided by holding the object's lock across the test
-and call to 
+and call to
 .Fn selrecord .
 For non-MPSAFE drivers, the global
 .Dv kernel_lock
@@ -92,9 +92,9 @@
 .Fn selnotify
 is called by the underlying object handling code in order to notify any waiting
 threads that an event of interest has occurred.
-The same lock held across the poll method and call to 
+The same lock held across the poll method and call to
 .Fn selrecord
-must be held across the call to 
+must be held across the call to
 .Fn selnotify .
 The lock prevents an event of interest being signalled while a thread is
 in the process of recording its interest.
diff -r 8a4276f1af16 -r 352c4f0fb8e9 share/man/man9/tvtohz.9
--- a/share/man/man9/tvtohz.9   Mon Apr 05 19:34:28 2010 +0000
+++ b/share/man/man9/tvtohz.9   Mon Apr 05 19:36:29 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: tvtohz.9,v 1.2 2008/11/24 14:36:40 tsutsui Exp $
+.\"    $NetBSD: tvtohz.9,v 1.3 2010/04/05 19:37:13 joerg Exp $
 .\"
 .\" Copyright (c) 2000 Kelly Yancey
 .\" All rights reserved.
@@ -55,7 +55,7 @@
 The
 .Nm
 function first appeared in
-.Fx 3.0 
+.Fx 3.0
 and was ported to
 .Nx 4.0
 as a part of
diff -r 8a4276f1af16 -r 352c4f0fb8e9 usr.sbin/ypserv/ypserv/ypserv.8
--- a/usr.sbin/ypserv/ypserv/ypserv.8   Mon Apr 05 19:34:28 2010 +0000
+++ b/usr.sbin/ypserv/ypserv/ypserv.8   Mon Apr 05 19:36:29 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ypserv.8,v 1.20 2009/10/20 00:51:15 snj Exp $
+.\"    $NetBSD: ypserv.8,v 1.21 2010/04/05 19:38:53 joerg Exp $
 .\"
 .\" Copyright (c) 1994 Mats O Jansson <moj%stacken.kth.se@localhost>
 .\" All rights reserved.
@@ -78,7 +78,7 @@
 will return the
 .Tn NIS
 result code YP_NODOM.
-To avoid problems with DNS lookups causing 
+To avoid problems with DNS lookups causing
 .Nm
 to hang,
 .Nm



Home | Main Index | Thread Index | Old Index