Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Remove trailing whitespace.



details:   https://anonhg.NetBSD.org/src/rev/701bd2126367
branches:  trunk
changeset: 802471:701bd2126367
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 16 08:52:02 2014 +0000

description:
Remove trailing whitespace.

diffstat:

 lib/libc/stdio/getdelim.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0726d3b24220 -r 701bd2126367 lib/libc/stdio/getdelim.3
--- a/lib/libc/stdio/getdelim.3 Tue Sep 16 08:42:20 2014 +0000
+++ b/lib/libc/stdio/getdelim.3 Tue Sep 16 08:52:02 2014 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: getdelim.3,v 1.13 2014/09/16 08:42:20 apb Exp $
+.\"     $NetBSD: getdelim.3,v 1.14 2014/09/16 08:52:02 wiz Exp $
 .\"
 .\" Copyright (c) 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -48,7 +48,7 @@
 function reads from the
 .Fa stream
 until it encounters a character matching
-.Fa delimiter 
+.Fa delimiter
 or
 .Dv EOF ,
 storing the input in



Home | Main Index | Thread Index | Old Index