summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-09-30 03:34:51 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-09-30 03:34:51 +0200
commit17e5e6779aa12d17179056037b14cdf925bd9de3 (patch)
tree81763d1c09dd44564ea2ec65263f949c004775c3
parent2843ba93d444e86fe2a90fff5576dafb346569dd (diff)
Removed trailing white space at end of lines
-rw-r--r--man3/getaddrinfo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3
index b910bf17f..0c36152f3 100644
--- a/man3/getaddrinfo.3
+++ b/man3/getaddrinfo.3
@@ -600,7 +600,7 @@ as NULL should cause
.I ai_flags
to be assumed as 0.
The GNU C library instead assumes a value of
-.BR "(AI_V4MAPPED\ |\ AI_ADDRCONFIG)"
+.BR "(AI_V4MAPPED\ |\ AI_ADDRCONFIG)"
for this case,
since this value is considered an improvement on the specification.
.SH EXAMPLE