Module Name: src
Committed By: wiz
Date: Sun Apr 7 23:12:36 UTC 2013
Modified Files:
src/lib/libc/net: getifaddrs.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/libc/net/getifaddrs.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/net/getifaddrs.3
diff -u src/lib/libc/net/getifaddrs.3:1.13 src/lib/libc/net/getifaddrs.3:1.14
--- src/lib/libc/net/getifaddrs.3:1.13 Sun Apr 7 22:54:26 2013
+++ src/lib/libc/net/getifaddrs.3 Sun Apr 7 23:12:36 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: getifaddrs.3,v 1.13 2013/04/07 22:54:26 christos Exp $
+.\" $NetBSD: getifaddrs.3,v 1.14 2013/04/07 23:12:36 wiz Exp $
.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
.\"
.\" Copyright (c) 1995, 1999
@@ -133,7 +133,7 @@ Upon successful completion, a value of 0
Otherwise, a value of -1 is returned and
.Va errno
is set to indicate the error.
-.Sh EXAMPLES
+.Sh EXAMPLES
The following example program prints a list of all addresses configured
on the system.
.Bd -literal -offset indent