* doc/lispref/processes.texi (Network Servers): Standardize apostrophe usage.

This commit is contained in:
Glenn Morris 2012-03-26 20:50:49 -04:00
parent cf0495f2cd
commit 9364727b19
2 changed files with 4 additions and 2 deletions

View file

@ -1,5 +1,7 @@
2012-03-27 Glenn Morris <rgm@gnu.org>
* processes.texi (Network Servers): Standardize apostrophe usage.
* os.texi (System Environment): Copyedits. Remove some examples
that do not seem useful. Mention setenv third arg.
tty-erase-char does not seem to be nil under a window-system.

View file

@ -2054,7 +2054,7 @@ parameters:
@itemize @bullet
@item
The connection's process name is constructed by concatenating the
server process' @var{name} with a client identification string. The
server process's @var{name} with a client identification string. The
client identification string for an IPv4 connection looks like
@samp{<@var{a}.@var{b}.@var{c}.@var{d}:@var{p}>}. Otherwise, it is a
unique number in brackets, as in @samp{<@var{nnn}>}. The number
@ -2087,7 +2087,7 @@ The connection's local address is set up according to the port
number used for the connection.
@item
The client process' plist is initialized from the server's plist.
The client process's plist is initialized from the server's plist.
@end itemize
@node Datagrams