]> Cypherpunks repositories - keks.git/commitdiff
"begin" is better sounding
authorSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jan 2025 07:06:51 +0000 (10:06 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 23 Jan 2025 07:06:51 +0000 (10:06 +0300)
spec/format/cer.texi
spec/format/encrypted.texi
spec/format/hashed.texi
spec/format/private-key.texi
spec/format/signed.texi

index 7672b06c9195ab1970e64d26e65a0e195d8ece92d45d993a444af5a2f30bf66b..1c9d9a97d8892ce3c92efc1c7558c484ff7e4383f6e4c73e781617787f0b3125 100644 (file)
@@ -3,7 +3,7 @@
 @section cer format
 
 Certificate is the @code{@ref{pki-signed}} structure.
-Stored in a file, it should start with "pki/cer" @ref{Magic, magic}.
+Stored in a file, it should begin with "pki/cer" @ref{Magic, magic}.
 
 Its @code{/load/t} equals to @code{cer}.
 @code{/load/v} contains @code{cer-load}:
index 3c07a6dce46d00a489ad913c087f5ad63b3ef8c14f44f4042484bfa2cf2c9226..db0bd0c1f60621dce0a957e4fa6433dc1a3b99dc5a8c09a39baa917ace57b004 100644 (file)
@@ -2,7 +2,7 @@
 @cindex pki-encrypted
 @section pki-encrypted format
 
-Stored in a file, it should start with "pki/encryptd" @ref{Magic, magic}.
+Stored in a file, it should begin with "pki/encryptd" @ref{Magic, magic}.
 
 @verbatiminclude format/encrypted.cddl
 
index f44efca129a6cf637138c202a8cd7fd9d277658d3ff17a5b97258c7dcd4106fd..2653b327adb8fe224d64ad57340492aa7748258f77043ceb49bfb9dbac3f3213 100644 (file)
@@ -3,7 +3,7 @@
 @section pki-hashed format
 
 Integrity protected container, CMS'es DigestedData analogue.
-Stored in a file, it should start with "pki/hashed" @ref{Magic, magic}.
+Stored in a file, it should begin with "pki/hashed" @ref{Magic, magic}.
 
 @verbatiminclude format/hashed.cddl
 
index 5b1c0048ab7451eec610af9a676a91a3bd025b2c15a6a864542b01ef2e223b1f..1933d1a8e07486edd96fb37def26daf6f85f19db77f1e1818bf9e3322ce414f9 100644 (file)
@@ -6,7 +6,7 @@ Private key is stored in trivial map:
 
 @verbatiminclude format/private-key.cddl
 
-Stored in a file, it should start with "pki/prvkey" @ref{Magic, magic}.
+Stored in a file, it should begin with "pki/prvkey" @ref{Magic, magic}.
 
 @node private-key-gost3410
 @subsection private-key with GOST R 34.10-2012
index 58824076a720c72011a579a233875e0fb93a6dad38763e54f076786f05c161b8..af5d1c9c92b586cbcb32adde00578d7e83549499494f2f12936636d830f979ce 100644 (file)
@@ -5,7 +5,7 @@
 That resembles @url{https://datatracker.ietf.org/doc/html/rfc5652, CMS}
 (PKCS#7) ASN.1-based format.
 
-Stored in a file, it should start with "pki/signed" @ref{Magic, magic},
+Stored in a file, it should begin with "pki/signed" @ref{Magic, magic},
 unless this is a @ref{cer, certificate}.
 
 @verbatiminclude format/signed.cddl