All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] manpages: replace shorthand words
  2019-10-28 16:10 [PATCH] manpages: replace shorthand words James Prestwood
@ 2019-10-28 15:45 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-10-28 15:45 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 282 bytes --]

Hi James,

On 10/28/19 11:10 AM, James Prestwood wrote:
> Replaces cases of 'certs' with 'certificates', and 8021x with IEEE 802.1x
> ---
>   src/iwd.network.rst | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 

Applied, thanks

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] manpages: replace shorthand words
@ 2019-10-28 16:10 James Prestwood
  2019-10-28 15:45 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: James Prestwood @ 2019-10-28 16:10 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 1560 bytes --]

Replaces cases of 'certs' with 'certificates', and 8021x with IEEE 802.1x
---
 src/iwd.network.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/iwd.network.rst b/src/iwd.network.rst
index 33efd3f4..4a843b7e 100644
--- a/src/iwd.network.rst
+++ b/src/iwd.network.rst
@@ -234,10 +234,10 @@ authentication configuration.
 Embedded PEMs
 -------------
 
-Rather than including an absolute path to a PEM file (for certs or keys), the
-PEM itself can be included inside the settings file and referenced directly.
-This allows 8021x network provisioning using a single file without any
-references to certificates/keys on the system.
+Rather than including an absolute path to a PEM file (for certificates and
+keys), the PEM itself can be included inside the settings file and referenced
+directly. This allows IEEE 802.1x network provisioning using a single file
+without any references to certificates or keys on the system.
 
 An embedded PEM can appear anywhere in the settings file using the following
 format (this example the PEM is named 'my_ca_cert'):
@@ -255,8 +255,8 @@ elsewhere in the settings file by prefixing the value with 'embed:'
 
 EAP-TLS-CACert=embed:my_ca_cert
 
-This is not limited to CA Certs either. Client certs, client keys (encrypted
-or not), and certificate chains can be included.
+This is not limited to CA Certificates either. Client certificates, client keys
+(encrypted or not), and certificate chains can be included.
 
 SEE ALSO
 ========
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-28 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 16:10 [PATCH] manpages: replace shorthand words James Prestwood
2019-10-28 15:45 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.