From 3f624b939f8aef8df0fdcae17972ac45687a415e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 8 Jul 2007 12:51:09 +0000 Subject: [PATCH] grfix --- man2/execve.2 | 4 ++-- man3/getaddrinfo.3 | 2 +- man3/mkdtemp.3 | 2 +- man3/resolver.3 | 2 +- man7/mdoc.7 | 2 +- man7/uri.7 | 6 +++--- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/man2/execve.2 b/man2/execve.2 index 88bdaf6f8..f1b94c244 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -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 diff --git a/man3/getaddrinfo.3 b/man3/getaddrinfo.3 index e6aaa4951..d18537837 100644 --- a/man3/getaddrinfo.3 +++ b/man3/getaddrinfo.3 @@ -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 diff --git a/man3/mkdtemp.3 b/man3/mkdtemp.3 index 642b1ae25..8620d1431 100644 --- a/man3/mkdtemp.3 +++ b/man3/mkdtemp.3 @@ -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 diff --git a/man3/resolver.3 b/man3/resolver.3 index 4833cb55b..ff9bc5950 100644 --- a/man3/resolver.3 +++ b/man3/resolver.3 @@ -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. diff --git a/man7/mdoc.7 b/man7/mdoc.7 index 5ee12e760..abb763dc1 100644 --- a/man7/mdoc.7 +++ b/man7/mdoc.7 @@ -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 diff --git a/man7/uri.7 b/man7/uri.7 index 65799a0e3..a4e08cb38 100644 --- a/man7/uri.7 +++ b/man7/uri.7 @@ -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 .I text . 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.