diff options
| author | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-28 15:02:13 +0000 |
|---|---|---|
| committer | Benedict Reuschling <bcr@FreeBSD.org> | 2023-12-28 15:02:13 +0000 |
| commit | dcbc363dada684eb4faff604ab2dcacf6160649c (patch) | |
| tree | cf72c84eb2692e3b7e0559a2f1aeac42a7eab004 | |
| parent | 02fa12bad59fce6f79fe5789a95bcecbc3adc950 (diff) | |
Change "more complete" to just "complete"
Either something is complete or it is not. There is no "more" or "less"
completeness.
While here, remove whitespace and end of one line.
| -rw-r--r-- | documentation/content/en/books/handbook/l10n/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/handbook/l10n/_index.adoc b/documentation/content/en/books/handbook/l10n/_index.adoc index d18b4490ae..e228db077f 100644 --- a/documentation/content/en/books/handbook/l10n/_index.adoc +++ b/documentation/content/en/books/handbook/l10n/_index.adoc @@ -263,7 +263,7 @@ Invoke it as superuser and provide the username to edit as the argument. ==== Shell Startup File Method This second method is not recommended as each shell that is used requires manual configuration, where each shell has a different configuration file and differing syntax. -As an example, to set the German language for the `sh` shell, these lines could be added to [.filename]#~/.profile# to set the shell for that user only. +As an example, to set the German language for the `sh` shell, these lines could be added to [.filename]#~/.profile# to set the shell for that user only. These lines could also be added to [.filename]#/etc/profile# or [.filename]#/usr/share/skel/dot.profile# to set that shell for all users: [.programlisting] @@ -538,7 +538,7 @@ It then provides some additional resources for localizing other languages. === Russian Language (KOI8-R Encoding) This section shows the specific settings needed to localize a FreeBSD system for the Russian language. -Refer to <<using-localization,Using Localization>> for a more complete description of each type of setting. +Refer to <<using-localization,Using Localization>> for a complete description of each type of setting. To set this locale for the login shell, add the following lines to each user's [.filename]#~/.login_conf#: |
