diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-26 11:21:14 +0200 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2010-06-26 11:21:14 +0200 |
commit | 414ed40ccf67d4f05917e84e3e65f663e9c4694b (patch) | |
tree | 9573d5426269597e9c4f7919f6161d2030c3deac /man3/getaddrinfo.3 | |
parent | 43537f2868bc75ec99fd8c475b5034eefe1a972b (diff) |
getaddrinfo.3: s/logical O/bitwise OR/
Reported-by: Scott Walls <sawalls@umich.edu>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/getaddrinfo.3')
-rw-r--r-- | man3/getaddrinfo.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index 2d54aab1..be23a5ec 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -168,7 +168,7 @@ any protocol can be returned by .TP .I ai_flags This field specifies additional options, described below. -Multiple flags are specified by logically OR-ing them together. +Multiple flags are specified by bitwise OR-ing them together. .PP All the other fields in the structure pointed to by .I hints |