diff --git a/doc/admin/faqs.en.rst b/doc/admin/faqs.en.rst index 3236aea71e1..bc695dbd27d 100644 --- a/doc/admin/faqs.en.rst +++ b/doc/admin/faqs.en.rst @@ -213,7 +213,7 @@ A message similar to the following might display in web browsers: :: This is a Web browser issue and not a problem specific to (or caused by) Traffic Server. Because Web browsers maintain a separate local cache in memory and/or disk on the client system, messages about documents that -have expired from cache refer to the browser's local cache and _not _ +have expired from cache refer to the browser's local cache and *not* to the Traffic Server cache. There is no Traffic Server message or condition that can cause such messages to appear in a web browser. diff --git a/doc/admin/transparent-proxy/wccp-configuration.en.rst b/doc/admin/transparent-proxy/wccp-configuration.en.rst index 5a9a41c6bc3..25888228c8a 100644 --- a/doc/admin/transparent-proxy/wccp-configuration.en.rst +++ b/doc/admin/transparent-proxy/wccp-configuration.en.rst @@ -28,7 +28,7 @@ caches. It is available on most Ciscoâ„¢ routers although it does not appear to be officially supported by Cisco. The primary benefits of WCCP are -- If already have a router that supports WCCP inline you do not not +- If already have a router that supports WCCP inline you do not have to change your network topology. - WCCP fails open so that if the Traffic Server machine fails, it is bypassed and users continue to have Internet access. diff --git a/doc/reference/api/TSDebug.en.rst b/doc/reference/api/TSDebug.en.rst index dae2d70fa05..430617cdf16 100644 --- a/doc/reference/api/TSDebug.en.rst +++ b/doc/reference/api/TSDebug.en.rst @@ -57,7 +57,7 @@ message and aborts in both release and debug mode. :func:`TSDebugSpecific` emits a debug line even if the debug tag is turned off, as long as debug flag is enabled. This can be used -in conjuction with :func:`TSHttpTxnDebugSet`, :func:`TSHttpSsnDebugSet`, +in conjunction with :func:`TSHttpTxnDebugSet`, :func:`TSHttpSsnDebugSet`, :func:`TSHttpTxnDebugGet` and :func:`TSHttpSsnDebugGet` to enable debugging on specific session and transaction objects. diff --git a/doc/reference/api/TSRemap.en.rst b/doc/reference/api/TSRemap.en.rst index 53668e7b73f..4094c636798 100644 --- a/doc/reference/api/TSRemap.en.rst +++ b/doc/reference/api/TSRemap.en.rst @@ -44,7 +44,7 @@ file. Writing a remap plugin consists of implementing one or more of the remap entry points and configuring the remap.config configuration file to route the transaction through your plugin. Multiple remap plugins can be specified for a single remap rule, resulting in a remap plugin chain -where each pligin is given an opportunity to examine the HTTP transaction. +where each plugin is given an opportunity to examine the HTTP transaction. :func:`TSRemapInit` is a required entry point. This function will be called once when Traffic Server loads the plugin. If the optional :func:`TSRemapDone` diff --git a/doc/reference/api/TSmalloc.en.rst b/doc/reference/api/TSmalloc.en.rst index cbb2a3fa214..ea4f81ad6f8 100644 --- a/doc/reference/api/TSmalloc.en.rst +++ b/doc/reference/api/TSmalloc.en.rst @@ -60,7 +60,7 @@ allocated using :func:`TSmalloc` and should be freed by a call to is a duplicate of the string pointed to by str and size bytes long. The new string will be NUL-terminated. This API is very useful for transforming non NUL-terminated string values returned -by APIs such as :func:`TSMimeHdrFieldStringValueGet` into NLL-terminated +by APIs such as :func:`TSMimeHdrFieldValueStringGet` into NUL-terminated string values. The memory for the new string is allocated using :func:`TSmalloc` and should be freed by a call to :func:`TSfree`. diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 96e4a992fac..7a3d83c38b9 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -171,7 +171,7 @@ System Variables The directory that contains Traffic Server configuration files. This is a read-only configuration option that contains the ``SYSCONFDIR`` value specified at build time relative to the - installation prefic. THe ``$TS_ROOT`` environment variable can + installation prefix. The ``$TS_ROOT`` environment variable can be used alter the installation prefix at run time. .. ts:cv:: CONFIG proxy.config.alarm_email STRING