diff options
Diffstat (limited to 'man7')
| -rw-r--r-- | man7/bootparam.7 | 2 | ||||
| -rw-r--r-- | man7/ipv6.7 | 2 | ||||
| -rw-r--r-- | man7/man.7 | 4 | ||||
| -rw-r--r-- | man7/path_resolution.7 | 4 | ||||
| -rw-r--r-- | man7/uri.7 | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/man7/bootparam.7 b/man7/bootparam.7 index a1870bf53f..2636b3279a 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -261,7 +261,7 @@ it actually does have, bad things will happen: maybe not at once, but surely eventually.'' You can also use the boot argument `mem=nopentium' to turn off 4 MB -pagetables on kernels configured for IA32 systems with a pentium or newer +page tables on kernels configured for IA32 systems with a pentium or newer CPU. .SS "`panic=N'" By default the kernel will not reboot after a panic, but this option diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 2a930df8d9..4ac72c60a0 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -59,7 +59,7 @@ handling functions in libc. IPv4 and IPv6 share the local port space. When you get an IPv4 connection or packet to a IPv6 socket its source address will be mapped -to v6 and it'll be mapped to v6. +to v6 and it will be mapped to v6. .SS "Address Format" .sp .RS diff --git a/man7/man.7 b/man7/man.7 index 380d51536c..c81f01b78c 100644 --- a/man7/man.7 +++ b/man7/man.7 @@ -357,9 +357,9 @@ Change to default font size .IP \e*(Tm Trademark Symbol: \*(Tm .IP \e*(lq -Left angled doublequote: \*(lq +Left angled double quote: \*(lq .IP \e*(rq -Right angled doublequote: \*(rq +Right angled double quote: \*(rq .SS "Safe Subset" Although technically .B man diff --git a/man7/path_resolution.7 b/man7/path_resolution.7 index 471481ec8f..7f0cf64750 100644 --- a/man7/path_resolution.7 +++ b/man7/path_resolution.7 @@ -84,13 +84,13 @@ the next component. Note that the resolution process here involves recursion. In order to protect the kernel against stack overflow, and also to protect against denial of service, there are limits on the -maximum recursion depth, and on the maximum number of symlinks +maximum recursion depth, and on the maximum number of symbolic links followed. An ELOOP error is returned when the maximum is exceeded ("Too many levels of symbolic links"). .\" .\" presently: max recursion depth during symlink resolution: 5 -.\" max total number of symlinks followed: 40 +.\" max total number of symbolic links followed: 40 .\" _POSIX_SYMLOOP_MAX is 8 .SS "Step 3: Find the final entry" The lookup of the final component of the pathname goes just like diff --git a/man7/uri.7 b/man7/uri.7 index 4cd8811870..cefc354798 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -504,7 +504,7 @@ translate the character sequences into UTF-8 (IETF RFC\ 2279) \(em see use the URI escaping mechanism, that is, use the %HH encoding for unsafe octets. .SH "WRITING A URI" -When written, URIs should be placed inside doublequotes +When written, URIs should be placed inside double quotes (e.g., "http://www.kernelnotes.org"), enclosed in angle brackets (e.g., <http://lwn.net>), or placed on a line by themselves. |
