From be45d8fef425c05af694d06ed193b9438832502c Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 27 Jan 2022 12:43:19 -0700 Subject: [PATCH] "plain text" -> "plaintext" for consistency. --- docs/sudoers.ldap.man.in | 10 +++++----- docs/sudoers.ldap.mdoc.in | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/sudoers.ldap.man.in b/docs/sudoers.ldap.man.in index 3dd073907..b259f2c20 100644 --- a/docs/sudoers.ldap.man.in +++ b/docs/sudoers.ldap.man.in @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.TH "SUDOERS.LDAP" "@mansectform@" "January 20, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual" +.TH "SUDOERS.LDAP" "@mansectform@" "January 27, 2022" "Sudo @PACKAGE_VERSION@" "File Formats Manual" .nh .if n .ad l .SH "NAME" @@ -743,7 +743,7 @@ This is typically used in conjunction with the parameter. The \fIsecret\fR -may be a plain text password or a base64-encoded string with a +may be a plaintext password or a base64-encoded string with a \(lqbase64:\(rq prefix. For example: @@ -755,7 +755,7 @@ BINDPW base64:dGVzdA== .fi .RS 6n .sp -If a plain text password is used, it should be a simple string without quotes. +If a plaintext password is used, it should be a simple string without quotes. Plain text passwords may not include the comment character (\(oq#\(cq) and the escaping of special characters with a backslash @@ -1137,7 +1137,7 @@ contains the password used to decrypt the key database on clients using the IBM LDAP library. The \fIsecret\fR -may be a plain text password or a base64-encoded string with a +may be a plaintext password or a base64-encoded string with a \(lqbase64:\(rq prefix. For example: @@ -1149,7 +1149,7 @@ TLS_KEYPW base64:dGVzdA== .fi .RS 6n .sp -If a plain text password is used, it should be a simple string without quotes. +If a plaintext password is used, it should be a simple string without quotes. Plain text passwords may not include the comment character (\(oq#\(cq) and the escaping of special characters with a backslash diff --git a/docs/sudoers.ldap.mdoc.in b/docs/sudoers.ldap.mdoc.in index 1a0d83abf..81f951cc0 100644 --- a/docs/sudoers.ldap.mdoc.in +++ b/docs/sudoers.ldap.mdoc.in @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd January 20, 2022 +.Dd January 27, 2022 .Dt SUDOERS.LDAP @mansectform@ .Os Sudo @PACKAGE_VERSION@ .Sh NAME @@ -704,7 +704,7 @@ This is typically used in conjunction with the parameter. The .Ar secret -may be a plain text password or a base64-encoded string with a +may be a plaintext password or a base64-encoded string with a .Dq base64: prefix. For example: @@ -712,7 +712,7 @@ For example: BINDPW base64:dGVzdA== .Ed .Pp -If a plain text password is used, it should be a simple string without quotes. +If a plaintext password is used, it should be a simple string without quotes. Plain text passwords may not include the comment character .Pq Ql # and the escaping of special characters with a backslash @@ -1049,7 +1049,7 @@ contains the password used to decrypt the key database on clients using the IBM LDAP library. The .Ar secret -may be a plain text password or a base64-encoded string with a +may be a plaintext password or a base64-encoded string with a .Dq base64: prefix. For example: @@ -1057,7 +1057,7 @@ For example: TLS_KEYPW base64:dGVzdA== .Ed .Pp -If a plain text password is used, it should be a simple string without quotes. +If a plaintext password is used, it should be a simple string without quotes. Plain text passwords may not include the comment character .Pq Ql # and the escaping of special characters with a backslash