Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8e507b68a4d2
branches:  trunk
changeset: 451191:8e507b68a4d2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu May 09 09:09:38 2019 +0000

description:
Remove trailing whitespace.

diffstat:

 lib/libc/sys/getsockopt.2 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r d86d2430c266 -r 8e507b68a4d2 lib/libc/sys/getsockopt.2
--- a/lib/libc/sys/getsockopt.2 Thu May 09 08:20:35 2019 +0000
+++ b/lib/libc/sys/getsockopt.2 Thu May 09 09:09:38 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: getsockopt.2,v 1.40 2019/05/08 14:10:42 christos Exp $
+.\"    $NetBSD: getsockopt.2,v 1.41 2019/05/09 09:09:38 wiz Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -105,13 +105,13 @@
 and modified on return to indicate the actual size of
 the value returned.
 If the size of the requested option value to be stored in
-.Fa optval 
+.Fa optval
 is greater than the size indicated in
 .Fa optlen
 then only
 .Fa optlen
 bytes will be stored in
-.Fa optval 
+.Fa optval
 and the result will be silently truncated.
 If no option value is to be supplied or returned,
 .Fa optval



Home | Main Index | Thread Index | Old Index