add_key.2, query_module.2, request_key.2, resolver.3, stpcpy.3, strftime.3, elf.5, proc.5, mdoc.samples.7: srcfix: Wrap source lines at sentence boundaries

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-05-05 15:10:16 +12:00
parent 8bb0494f21
commit 4175f99924
9 changed files with 22 additions and 12 deletions

View File

@ -81,7 +81,8 @@ for keys of this type.
.TP
.B \*(lqkeyring\*(rq
Keyrings are special key types that may contain links to sequences of other
keys of any type. If this interface is used to create a keyring, then a
keys of any type.
If this interface is used to create a keyring, then a
.B NULL
.I payload
should be specified, and

View File

@ -111,7 +111,7 @@ is the size of the module in bytes, and
is a mask of
.BR MOD_RUNNING ,
.BR MOD_AUTOCLEAN ,
etc. that indicates the current status of the module
etc., that indicates the current status of the module
(see the kernel source file
.IR include/linux/module.h ).
.I ret

View File

@ -42,7 +42,8 @@ other process will be searched next, using that other process's UID, GID,
groups and security context to control access.
.P
The keys in each keyring searched are checked for a match before any child
keyrings are recursed into. Only keys that are
keyrings are recursed into.
Only keys that are
.B searchable
for the caller may be found, and only
.B searchable
@ -50,7 +51,8 @@ keyrings may be searched.
.P
If the key is not found then, if
.I callout_info
is set, this function will attempt to look further afield. In such a case, the
is set, this function will attempt to look further afield.
In such a case, the
.I callout_info
is passed to a userspace service such as
.B /sbin/request\-key

View File

@ -232,7 +232,8 @@ This option is used by
.BR gethostbyname (3).
[Enabled by default].
.PP
This list is not complete. You can find some other flags described in
This list is not complete.
You can find some other flags described in
.BR resolv.conf (5).
.SH "RETURN VALUE"
The

View File

@ -66,8 +66,9 @@ rather than the beginning.
.SH "CONFORMING TO"
This function was added to POSIX.1-2008. Before that, it was not part of
the C or POSIX.1 standards, nor customary on UNIX systems, but was not a
GNU invention either. Perhaps it came from MS-DOS. It is also present on
the BSDs.
GNU invention either.
Perhaps it came from MS-DOS.
It is also present on the BSDs.
.SH BUGS
This function may overrun the buffer
.IR dest .

View File

@ -61,7 +61,8 @@ All other character sequences are
.IR "ordinary character sequences".
.PP
The characters of ordinary character sequences (including the null byte)
are copied verbatim from \fIformat\fP to \fIs\fP. However, the characters
are copied verbatim from \fIformat\fP to \fIs\fP.
However, the characters
of conversion specifications are replaced as follows:
.TP
.B %a

View File

@ -297,7 +297,8 @@ Solaris ABI.
.\" 6
.\" .TP
.\" .BR ELFOSABI_MONTEREY
.\" Monterey project ABI. Now replaced by
.\" Monterey project ABI.
.\" Now replaced by
.\" ELFOSABI_AIX
.\" 7
.TP
@ -615,7 +616,8 @@ If the index of section name string table section is larger than or equal to
(0xffff) and the real index of the section name string table section
is held in the
.IR sh_link
member of the initial entry in section header table. Otherwise, the
member of the initial entry in section header table.
Otherwise, the
.IR sh_link
member of the initial entry in section header table contains the value zero.
.RS 12

View File

@ -1012,7 +1012,8 @@ The fields are as follows:
Command run by this process.
.IP *
.IR State :
Current state of the process. One of
Current state of the process.
One of
"R (running)",
"S (sleeping)",
"D (disk sleep)",

View File

@ -71,7 +71,8 @@ page layout macros
make up the
.Em "page structure domain"
which consists of macros for titles, section headers, displays
and lists. Essentially items which affect the physical position
and lists.
Essentially items which affect the physical position
of text on a formatted page.
In addition to the page structure domain, there are two more domains,
the manual domain and the general text domain.