diff options
author | Erlang/OTP <[email protected]> | 2010-03-16 10:05:18 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-03-16 10:05:18 +0000 |
commit | 268ba93cca20ed1f4e80939c54fa34a6e238ae12 (patch) | |
tree | 1124796080f4fc6feda89d93e8d8e0df43020f32 /lib/inets/doc/src | |
parent | 76ff26a3c209408c962a6115bf3426b2a55bd68a (diff) | |
parent | fa6853caec695929aa66565da3dfbfd25e8a8d54 (diff) | |
download | otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.tar.gz otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.tar.bz2 otp-268ba93cca20ed1f4e80939c54fa34a6e238ae12.zip |
Merge branch 'ml/documentation_apostrophe_fix' into dev
* ml/documentation_apostrophe_fix:
Correct grammatical problems in conjunction with 'its'
Change all incorrect occurrences of it's to its
OTP-8523 ml/documentation_apostrophe_fix
Diffstat (limited to 'lib/inets/doc/src')
-rw-r--r-- | lib/inets/doc/src/http_server.xml | 2 | ||||
-rw-r--r-- | lib/inets/doc/src/httpd_util.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/inets/doc/src/http_server.xml b/lib/inets/doc/src/http_server.xml index 547617e2e3..01e0b47d37 100644 --- a/lib/inets/doc/src/http_server.xml +++ b/lib/inets/doc/src/http_server.xml @@ -357,7 +357,7 @@ UserName:Password <p>The mod_cgi module makes it possible to execute CGI scripts in the server. A file that matches the definition of a ScriptAlias config directive is treated as a CGI script. A CGI - script is executed by the server and it's output is returned to + script is executed by the server and its output is returned to the client. </p> <p>The CGI Script response comprises a message-header and a message-body, separated by a blank line. The message-header diff --git a/lib/inets/doc/src/httpd_util.xml b/lib/inets/doc/src/httpd_util.xml index 642e5213b0..6ac2b13c72 100644 --- a/lib/inets/doc/src/httpd_util.xml +++ b/lib/inets/doc/src/httpd_util.xml @@ -63,7 +63,7 @@ <v>Etag = string()</v> </type> <desc> - <p><c>create_etag/1</c> calculates the Etag for a file, from it's + <p><c>create_etag/1</c> calculates the Etag for a file, from its size and time for last modification. fileinfo is a record defined in <c>kernel/include/file.hrl</c></p> @@ -78,7 +78,7 @@ <v>HexValue = DecValue = string()</v> </type> <desc> - <p>Converts the hexadecimal value <c>HexValue</c> into it's + <p>Converts the hexadecimal value <c>HexValue</c> into its decimal equivalent (<c>DecValue</c>).</p> <marker id="day"></marker> |