diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/bootparam.7 | 2 | ||||
| -rw-r--r-- | man7/capabilities.7 | 4 | ||||
| -rw-r--r-- | man7/glob.7 | 2 | ||||
| -rw-r--r-- | man7/hier.7 | 2 | ||||
| -rw-r--r-- | man7/ip.7 | 4 | ||||
| -rw-r--r-- | man7/ipv6.7 | 4 | ||||
| -rw-r--r-- | man7/rtnetlink.7 | 16 | ||||
| -rw-r--r-- | man7/signal.7 | 2 | ||||
| -rw-r--r-- | man7/suffixes.7 | 6 | ||||
| -rw-r--r-- | man7/udp.7 | 5 |
10 files changed, 24 insertions, 23 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7 index 2e348fdbbe..09767d6a80 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -396,7 +396,7 @@ General notation for this section: .I iobase -- the first I/O port that the SCSI host occupies. These are -specified in hexidecimal notation, and usually lie in the range from +specified in hexadecimal notation, and usually lie in the range from 0x200 to 0x3ff. .I irq diff --git a/man7/capabilities.7 b/man7/capabilities.7 index ad7b824bc7..7ab9f21de3 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -295,8 +295,8 @@ a process may manipulate its own capability sets, or, if it has the capability, those of another process. .SS Capability bounding set -When a program is execed, the permitted and effective capabities are ANDed -with the current value of the so-called +When a program is execed, the permitted and effective capabilities +are ANDed with the current value of the so-called .IR "capability bounding set" , defined in the file .IR /proc/sys/kernel/cap-bound . diff --git a/man7/glob.7 b/man7/glob.7 index 02ead1c5bb..8357e528b1 100644 --- a/man7/glob.7 +++ b/man7/glob.7 @@ -151,7 +151,7 @@ and (iii) ranges. POSIX specifies ranges in an internationally more useful way and adds three more types: (iii) Ranges X-Y comprise all characters that fall between X -and Y (inclusive) in the currect collating sequence as defined +and Y (inclusive) in the current collating sequence as defined by the LC_COLLATE category in the current locale. (iv) Named character classes, like diff --git a/man7/hier.7 b/man7/hier.7 index 2b8c21a538..104e875cba 100644 --- a/man7/hier.7 +++ b/man7/hier.7 @@ -326,7 +326,7 @@ The message catalogs for native language support go here. Files for SGML and XML. .TP .I /usr/share/terminfo -The datebase for terminfo. +The database for terminfo. .TP .I /usr/share/tmac Troff macros that are not distributed with groff. @@ -711,7 +711,7 @@ allocated to sockets. Allocation starts with the first number and ends with the second number. Note that these should not conflict with the ports used by masquerading (although the case is handled). -Also arbitary choices may cause problems with some firewall packet +Also arbitrary choices may cause problems with some firewall packet filters that make assumptions about the local ports in use. First number should be at least >1024, better >4096 to avoid clashes with well known ports and to minimize firewall problems. @@ -820,7 +820,7 @@ Modifying firewall settings without or effective user id 0. Binding to a reserved port without the .B CAP_NET_BIND_SERVICE -capacibility or effective user id 0. +capability or effective user id 0. .TP .B EADDRINUSE diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 7cff2fd70a..6b4eeafef4 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -144,8 +144,8 @@ 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 .B AF_INET. -This is useful to pass v4-mapped sockets as filedescriptors to programs that -don't know how to deal with the IPv6 API. +This is useful to pass v4-mapped sockets as file descriptors to +programs that don't know how to deal with the IPv6 API. .TP .B IPV6_PKTINFO Set delivery of the diff --git a/man7/rtnetlink.7 b/man7/rtnetlink.7 index 54040c3af2..53e503427e 100644 --- a/man7/rtnetlink.7 +++ b/man7/rtnetlink.7 @@ -50,8 +50,8 @@ struct rtattr }; .fi -These attributes should be only manipulated using the RTA_* macros or libnetlink, -see +These attributes should be only manipulated using the RTA_* macros +or libnetlink, see .BR rtnetlink (3). .SH MESSAGES @@ -245,9 +245,9 @@ RTPROT_STATIC:by the administrator Values larger than .B RTPROT_STATIC -are not interpreted by the kernel, they are just for user information. They -may be used to tag the source of a routing information or to distingush between -multiple routing daemons. See +are not interpreted by the kernel, they are just for user information. +They may be used to tag the source of a routing information or to +distinguish between multiple routing daemons. See .BR <linux/rtnetlink.h> for the routing daemon identifiers which are already assigned. @@ -298,7 +298,7 @@ RT_TABLE_MAIN:the main table RT_TABLE_LOCAL:the local table .TE -The user may assign arbitary values between +The user may assign arbitrary values between .B RT_TABLE_UNSPEC and .BR RT_TABLE_DEFAULT . @@ -328,8 +328,8 @@ RTA_CACHEINFO:: .B Fill these values in! .TP .BR RTM_NEWNEIGH ", " RTM_DELNEIGH ", " RTM_GETNEIGH -Add, remove or receive information about a neighbour table entry (e.g. an ARP -entry). The message contains an +Add, remove or receive information about a neighbour table +entry (e.g. an ARP entry). The message contains an .B ndmsg structure. diff --git a/man7/signal.7 b/man7/signal.7 index 5c67c7ccee..cd5cbc2350 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -196,7 +196,7 @@ If the signal is sent using an accompanying value (either an integer or a pointer) can be sent with the signal. If the receiving process establishes a handler for this signal using the -.B SA_SIGACTION +.B SA_SIGINFO flag to .BR sigaction (2) then it can obtain this data via the diff --git a/man7/suffixes.7 b/man7/suffixes.7 index b57aa42349..44d00a79f7 100644 --- a/man7/suffixes.7 +++ b/man7/suffixes.7 @@ -73,7 +73,7 @@ Suffix File type .arc \fBarc\fP(1) archive .arj \fBarj\fP(1) archive .asc PGP ASCII-armoured data - .asm (GNU) assember source file + .asm (GNU) assembler source file .au Audio sound file .aux LaTeX auxiliary file .avi (msvideo) movie @@ -145,7 +145,7 @@ Suffix File type .image bitmap source .in configuration template, especially for GNU Autoconf .info files for the Emacs info browser - .info-[0-9]+ splitted info files + .info-[0-9]+ split info files .ins LaTeX package install file for docstrip .itcl itcl source code; itcl ([incr Tcl]) is an OO extension of tcl @@ -217,7 +217,7 @@ Suffix File type .rules rules for something .s assembler source .sa stub libraries for a.out shared libraries - .sc \fBsc\fP(1) spreadsheed commands + .sc \fBsc\fP(1) spreadsheet commands .scm Scheme source code .sed sed source file .sgml SGML source file diff --git a/man7/udp.7 b/man7/udp.7 index b9b5e2e437..2de6381959 100644 --- a/man7/udp.7 +++ b/man7/udp.7 @@ -15,8 +15,9 @@ udp \- User Datagram Protocol for IPv4 .br .B udp_socket = socket(PF_INET, SOCK_DGRAM, 0); .SH DESCRIPTION -This is an implemention of the User Datagram Protocol described in RFC\ 768. It -implements a connectionless, unreliable datagram packet service. +This is an implementation of the User Datagram Protocol +described in RFC\ 768. +It implements a connectionless, unreliable datagram packet service. Packets may be reordered or duplicated before they arrive. UDP generates and checks checksums to catch transmission errors. |
