diff options
| author | Ceri Davies <ceri@FreeBSD.org> | 2021-02-22 19:51:25 +0000 |
|---|---|---|
| committer | Daniel Ebdrup Jensen <debdrup@FreeBSD.org> | 2021-02-22 19:51:25 +0000 |
| commit | 1bc7558ecb04a88fbbc34ff0726f4b223f66e3ce (patch) | |
| tree | 54a98ad848d92fa249ae1e06c942cac630de74b7 | |
| parent | a0f7ad455b656e4049376a67d94457d43fa18b39 (diff) | |
| download | doc-1bc7558ecb04a88fbbc34ff0726f4b223f66e3ce.tar.gz doc-1bc7558ecb04a88fbbc34ff0726f4b223f66e3ce.zip | |
handbook/l10n: Correct reference to csh login file
The l10n chapter directs people to add things to ~/.csh.login but
testing reveals that ~/.login is the right path.
This has also been corroborated by dtrace, and the csh(1) manual page
also refers to ~/.login.
PR: 253758
| -rw-r--r-- | documentation/content/en/books/handbook/l10n/_index.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/l10n/_index.adoc b/documentation/content/en/books/handbook/l10n/_index.adoc index 80501c84b1..284eb1ac71 100644 --- a/documentation/content/en/books/handbook/l10n/_index.adoc +++ b/documentation/content/en/books/handbook/l10n/_index.adoc @@ -245,7 +245,7 @@ LANG=de_DE.ISO8859-1; export LANG MM_CHARSET=ISO-8859-1; export MM_CHARSET .... -However, the name of the configuration file and the syntax used differs for the `csh` shell. These are the equivalent settings for [.filename]#~/.csh.login#, [.filename]#/etc/csh.login#, or [.filename]#/usr/share/skel/dot.login#: +However, the name of the configuration file and the syntax used differs for the `csh` shell. These are the equivalent settings for [.filename]#~/.login#, [.filename]#/etc/csh.login#, or [.filename]#/usr/share/skel/dot.login#: [.programlisting] .... |
