From: Chris Pepper Date: Sun, 21 Jan 2001 16:37:10 +0000 (+0000) Subject: Typo fixes for httpd-2.0 man pages. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2533be68aec5300f55344cc0b29b7e2f70d6076;p=apache Typo fixes for httpd-2.0 man pages. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87778 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/man/ab.8 b/docs/man/ab.8 index cef7bac333..b79bf027a0 100644 --- a/docs/man/ab.8 +++ b/docs/man/ab.8 @@ -65,9 +65,9 @@ ab \- Apache HTTP server benchmarking tool ] [ .BI \-p " POST file" ] [ -.BI \-A " Authenticate username:password" +.BI \-A " Authentication username:password" ] [ -.BI \-P " Proxy Authenticate username:password" +.BI \-P " Proxy Authentication username:password" ] [ .BI \-H " Custom header" ] [ @@ -101,23 +101,23 @@ ab \- Apache HTTP server benchmarking tool .SH DESCRIPTION .B ab is a tool for benchmarking your Apache HyperText Transfer Protocol (HTTP) -server. It is designed to give you an impression on how performant is your -current Apache installation. This especially shows you how much requests per -time your Apache installation is capable to serve. +server. It is designed to give you an impression of how your current +Apache installation performs. This especially shows you how many +requests per second your Apache installation is capable of serving. .PP .SH OPTIONS .TP 12 .B \-k -Enable the HTTP KeepAlive feature, i.e. perform multiple requests within one -HTTP session instead. Default is no KeepAlive. +Enable the HTTP KeepAlive feature, i.e., perform multiple requests within one +HTTP session. Default is no KeepAlive. .TP 12 .BI \-n " requests" Number of requests to perform for the benchmarking session. The default is to -just perform one single request which usually leads to not very representative +just perform a single request which usually leads to non-representative benchmarking results. .TP 12 .BI \-t " timelimit" -Seconds to max. spend for benchmarking. This implies +Maximum number of seconds to spend for benchmarking. This implies a .B \-n .B 50000 @@ -125,26 +125,26 @@ internally. Use this to benchmark the server within a fixed total amount of time. Per default there is no timelimit. .TP 12 .BI \-c " concurrency" -Number of multiple requests per time to perform. -Default is one request per time. +Number of multiple requests to perform at a time. +Default is one request at a time. .TP 12 .BI \-p " POST file" File containing data to POST. .TP 12 -.BI \-A " Authorization username:password" -Supply BASIC Authentification credentials to the server. The username -and password are separated by a single ':' and send on the wire uuencoded. -The string is send regardless of wether the server needs it; (i.e. has -send an 401. Authentifcation needed). +.BI \-A " Authentication username:password" +Supply BASIC Authentication credentials to the server. The username +and password are separated by a single ':' and sent on the wire uuencoded. +The string is sent regardless of whether the server needs it; (i.e., has +sent an 401 authentication needed). .TP 12 -.BI \-p " Proxy-Authorization username:password" -Supply BASIC Authentification credentials to a proxy en-route. The username -and password are separated by a single ':' and send on the wire uuencoded. -The string is send regardless of wether the proxy needs it; (i.e. has -send an 407 Proxy authentifcation needed). +.BI \-p " Proxy-Authentication username:password" +Supply BASIC Authentication credentials to a proxy en-route. The username +and password are separated by a single ':' and sent on the wire uuencoded. +The string is sent regardless of whether the proxy needs it; (i.e., has +sent an 407 proxy authentication needed). .TP 12 .BI \-C " Cookie name=value" @@ -153,9 +153,9 @@ of a 'name=value' pair. This field is repeatable. .TP 12 .BI \-p " Header string" -Postfix extra headers to the request. The argument is typically in the form -of a valid header line; containing a colon separated field value pair. (i.e. -'Accept-Encoding: zip/zop;8bit'). +Append extra headers to the request. The argument is typically in the form +of a valid header line, containing a colon-separated field-value pair. +(i.e., 'Accept-Encoding: zip/zop;8bit'). .TP 12 .BI \-T " content-type" @@ -193,13 +193,13 @@ Display usage information. .SH BUGS There are various statically declared buffers of fixed length. Combined with the lazy parsing of the command line arguments, the response headers -from the server and other external inputs this might bite you. +from the server and other external inputs, this might bite you. .P It does not implement HTTP/1.x fully; only accepts some 'expected' forms of responses. The rather heavy use of .BR strstr(3) shows up top in profile, -which might indicate a performance problem; i.e. you would measure the +which might indicate a performance problem; i.e., you would measure the .BR ab performance rather than the server's. diff --git a/docs/man/apxs.8 b/docs/man/apxs.8 index 86af3b15bd..1743fa5766 100644 --- a/docs/man/apxs.8 +++ b/docs/man/apxs.8 @@ -183,10 +183,10 @@ The arguments can be any C source file (.c), a object file (.o) or even a library archive (.a). The .B apxs -tool automatically recognizes these extensions and automtaically used the C +tool automatically recognizes these extensions and automatically used the C source files for compilation while just using the object and archive files for the linking phase. But when using such pre-compiled objects make sure they are -compiled for position independend code (PIC) to be able to use them for a +compiled for position independent code (PIC) to be able to use them for a dynamically loaded shared object. For instance with GCC you always just have to use .BR -fpic . @@ -394,7 +394,7 @@ This way a line named .fi is added to the configuration file if still not present. -If you want to have this this disabled per default use the +If you want to have this disabled per default use the .B \-A option, i.e. diff --git a/docs/man/dbmmanage.1 b/docs/man/dbmmanage.1 index ad85b7d030..ec526951fe 100644 --- a/docs/man/dbmmanage.1 +++ b/docs/man/dbmmanage.1 @@ -122,7 +122,7 @@ The user for which the update operation is performed. .SH BUGS .PP One should be aware that there are a number of different DBM file -formats in existance, and with all likelihood, libraries for more than +formats in existence, and with all likelihood, libraries for more than one format may exist on your system. The three primary examples are NDBM, the GNU project's GDBM, and Berkeley DB 2. Unfortunately, all these libraries use different file formats, and you must make sure diff --git a/docs/man/htpasswd.1 b/docs/man/htpasswd.1 index 9497c75b9e..9c67141e44 100644 --- a/docs/man/htpasswd.1 +++ b/docs/man/htpasswd.1 @@ -169,14 +169,14 @@ on all platforms, it is not supported by the .B httpd server on Windows and TPF. .IP \-s -Use SHA encryption for passwords. Faciliates migration from/to Netscape +Use SHA encryption for passwords. Facilitates migration from/to Netscape servers using the LDAP Directory Interchange Format (ldif). .IP \-p Use plaintext passwords. Though .B htpasswd -will support creation on all platofrms, the +will support creation on all platforms, the .B httpd -deamon will only accept plain text passwords on Windows and TPF. +daemon will only accept plain text passwords on Windows and TPF. .IP \fB\fIpasswdfile\fP Name of the file to contain the user name and password. If \-c is given, this file is created if it does not already exist, diff --git a/docs/man/logresolve.8 b/docs/man/logresolve.8 index f08d706003..2b395600b4 100644 --- a/docs/man/logresolve.8 +++ b/docs/man/logresolve.8 @@ -51,7 +51,7 @@ .\" . .\" .SH NAME -logresolve \- resolve hostnames for IP-adresses in Apache logfiles +logresolve \- resolve hostnames for IP-addresses in Apache logfiles .SH SYNOPSIS .B logresolve [ @@ -65,7 +65,7 @@ logresolve \- resolve hostnames for IP-adresses in Apache logfiles .PP .SH DESCRIPTION .B logresolve -is a post-processing program to resolve IP-adresses in Apache's access +is a post-processing program to resolve IP-addresses in Apache's access logfiles. To minimize impact on your nameserver, logresolve has its very own internal hash-table cache. This means that each IP number will only be looked up the first time it is found in the log file.