diff options
| author | Maxim Konovalov <maxim@FreeBSD.org> | 2025-08-22 18:57:03 +0000 |
|---|---|---|
| committer | Maxim Konovalov <maxim@FreeBSD.org> | 2025-08-22 18:57:03 +0000 |
| commit | 95b0be1118b1a24ceb1b59ecd936aaa155d828bd (patch) | |
| tree | 29513af0509c7be3277dc2e2d06d4d903bc9dba5 | |
| parent | ba5df7a2d03cd5624b1825ca8d4c39dcaace7796 (diff) | |
nuageinit.7: grammar fixes
| -rw-r--r-- | libexec/nuageinit/nuageinit.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/nuageinit/nuageinit.7 b/libexec/nuageinit/nuageinit.7 index 604d8a2221ca..9f91c791c908 100644 --- a/libexec/nuageinit/nuageinit.7 +++ b/libexec/nuageinit/nuageinit.7 @@ -293,7 +293,7 @@ The list of other groups the user should belong to. .It Ic locked Boolean to determine if the user account should be locked. .It Ic sudo -A string or an array of strings which which should be appended to +A string or an array of strings which should be appended to .Pa /usr/local/etc/sudoers.d/90-nuageinit-users .El .Pp @@ -333,7 +333,7 @@ It accepts the following keys for each objects: The content to be written to the file. If this key is not existing then an empty file will be created. .It Ic encoding -Specifiy the encoding used for content. +Specify the encoding used for content. If not specified, then plain text is considered. Only .Ar b64 |
