Remove trailing whitespace.

This commit is contained in:
wiz 2013-04-07 23:12:36 +00:00
parent d17f9381dd
commit 35fe9915cb
1 changed files with 2 additions and 2 deletions

View File

@ -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 .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
.\" .\"
.\" Copyright (c) 1995, 1999 .\" Copyright (c) 1995, 1999
@ -133,7 +133,7 @@ Upon successful completion, a value of 0 is returned.
Otherwise, a value of -1 is returned and Otherwise, a value of -1 is returned and
.Va errno .Va errno
is set to indicate the error. is set to indicate the error.
.Sh EXAMPLES .Sh EXAMPLES
The following example program prints a list of all addresses configured The following example program prints a list of all addresses configured
on the system. on the system.
.Bd -literal -offset indent .Bd -literal -offset indent