diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/charsets.7 | 2 | ||||
| -rw-r--r-- | man7/ip.7 | 2 | ||||
| -rw-r--r-- | man7/ipv6.7 | 4 | ||||
| -rw-r--r-- | man7/raw.7 | 2 | ||||
| -rw-r--r-- | man7/uri.7 | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/man7/charsets.7 b/man7/charsets.7 index f36f2824c7..27526da873 100644 --- a/man7/charsets.7 +++ b/man7/charsets.7 @@ -30,7 +30,7 @@ The primary emphasis is on character sets actually used as locale character sets, not the myriad others that can be found in data from other systems. .LP -A complete list of charsets used in a officially supported locale in glibc +A complete list of charsets used in an officially supported locale in glibc 2.2.3 is: ISO-8859-{1,2,3,5,6,7,8,9,13,15}, CP1251, UTF-8, EUC-{KR,JP,TW}, KOI8-{R,U}, GB2312, GB18030, GBK, BIG5, BIG5-HKSCS and TIS-620 (in no particular order.) @@ -383,7 +383,7 @@ with the flag set. The .I sock_extended_err -structure describing the error will be passed in a ancillary message with +structure describing the error will be passed in an ancillary message with the type .B IP_RECVERR and the level diff --git a/man7/ipv6.7 b/man7/ipv6.7 index b2936e3550..3ad659b04e 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -128,7 +128,7 @@ Only is currently supported for that. It is only allowed for IPv6 sockets that are connected and bound to a v4-mapped-on-v6 address. -The argument is a pointer to a integer containing +The argument is a pointer to an integer containing .BR AF_INET . This is useful to pass v4-mapped sockets as file descriptors to programs that don't know how to deal with the IPv6 API. @@ -247,7 +247,7 @@ to this socket. .TP .B IPV6_UNICAST_HOPS Set the unicast hop limit for the socket. -Argument is an pointer to an integer. +Argument is a pointer to an integer. \-1 in the value means use the route default, otherwise it should be between 0 and 255. .\" FLOWLABEL_MGR, FLOWINFO_SEND diff --git a/man7/raw.7 b/man7/raw.7 index 8db93ce2b6..ac3b64dbaa 100644 --- a/man7/raw.7 +++ b/man7/raw.7 @@ -162,7 +162,7 @@ Invalid flag has been passed to a socket call (like .TP .B EPERM The user doesn't have permission to open raw sockets. -Only processes with a effective user ID of 0 or the +Only processes with an effective user ID of 0 or the .B CAP_NET_RAW attribute may do that. .TP diff --git a/man7/uri.7 b/man7/uri.7 index d4b29343d8..e540e55481 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -519,8 +519,8 @@ A URI is always shown in its "escaped" form. Unreserved characters can be escaped without changing the semantics of the URI, but this should not be done unless the URI is being used in a context that does not allow the unescaped character to appear. -For example, "%7e" is sometimes used instead of "~" in an http URL -path, but the two are equivalent for an http URL. +For example, "%7e" is sometimes used instead of "~" in an HTTP URL +path, but the two are equivalent for an HTTP URL. .PP For URIs which must handle characters outside the US ASCII character set, the HTML 4.01 specification (section B.2) and |
