This commit is contained in:
Michael Kerrisk 2007-07-08 12:51:09 +00:00
parent aa1b48a1de
commit 3f624b939f
6 changed files with 9 additions and 9 deletions

View File

@ -97,7 +97,7 @@ similarly, the effective group ID is copied to the saved set-group-ID.
This copying takes place after any effective ID changes that occur
because of the set-user-ID and set-group-ID permission bits.
If the executable is an a.out dynamically-linked
If the executable is an a.out dynamically linked
binary executable containing
shared-library stubs, the Linux dynamic linker
.BR ld.so (8)
@ -105,7 +105,7 @@ is called at the start of execution to bring
needed shared libraries into memory
and link the executable with them.
If the executable is a dynamically-linked ELF executable, the
If the executable is a dynamically linked ELF executable, the
interpreter named in the PT_INTERP segment is used to load the needed
shared libraries.
This interpreter is typically

View File

@ -93,7 +93,7 @@ struct addrinfo {
.BR getaddrinfo (3)
sets
.I res
to point to a dynamically-allocated linked list of
to point to a dynamically allocated linked list of
.I addrinfo
structures, linked by the
.I ai_next

View File

@ -41,7 +41,7 @@ _BSD_SOURCE
.SH DESCRIPTION
The
.BR mkdtemp ()
function generates a uniquely-named temporary
function generates a uniquely named temporary
directory from \fItemplate\fP.
The last six characters of \fItemplate\fP
must be XXXXXX and these are replaced with a string that makes the

View File

@ -100,7 +100,7 @@ other functions.
The
.BR res_query ()
function queries the name server for the
fully-qualified domain name \fIname\fP of specified \fItype\fP and
fully qualified domain name \fIname\fP of specified \fItype\fP and
\fIclass\fP.
The reply is left in the buffer \fIanswer\fP of length
\fIanslen\fP supplied by the caller.

View File

@ -63,7 +63,7 @@ see the tutorial sampler
.Xr mdoc.samples 7 .
.Pp
Note that this is not the usual macro package for Linux documentation,
although it is used for documentation of several widely-used programs;
although it is used for documentation of several widely used programs;
see
.Xr man 7 .
.Pp

View File

@ -375,7 +375,7 @@ Note that not much documentation currently exists in this format.
.PP
This scheme supports queries to the
Lightweight Directory Access Protocol (LDAP), a protocol for querying
a set of servers for hierarchically-organized information
a set of servers for hierarchically organized information
(such as people and computing resources).
More information on the LDAP URL scheme is available in
.UR http://www.ietf.org/rfc/rfc2255.txt
@ -598,7 +598,7 @@ HTML uses the format <A HREF="\fIuri\fP">
.I text
</A>.
Texinfo files use the format @uref{\fIuri\fP}.
Man and mdoc have the recently-added UR macro, or just include the
Man and mdoc have the recently added UR macro, or just include the
URI in the text (viewers should be able to detect :// as part of a URI).
.PP
The GNOME and KDE desktop environments currently vary in the URIs
@ -693,7 +693,7 @@ or implement links using URIs.
Many programs can't handle all of these different URI formats; there
should be a standard mechanism to load an arbitrary URI that automatically
detects the users' environment (e.g., text or graphics,
desktop environment, local user preferences, and currently-executing
desktop environment, local user preferences, and currently executing
tools) and invokes the right tool for any URI.
.\" .SH AUTHOR
.\" David A. Wheeler (dwheeler@dwheeler.com) wrote this man page.