git: 1bc7558ecb - main - handbook/l10n: Correct reference to csh login file
Daniel Ebdrup Jensen
debdrup at FreeBSD.org
Mon Feb 22 19:55:57 UTC 2021
The branch main has been updated by debdrup:
URL: https://cgit.FreeBSD.org/doc/commit/?id=1bc7558ecb04a88fbbc34ff0726f4b223f66e3ce
commit 1bc7558ecb04a88fbbc34ff0726f4b223f66e3ce
Author: Ceri Davies <ceri at FreeBSD.org>
AuthorDate: 2021-02-22 19:51:25 +0000
Commit: Daniel Ebdrup Jensen <debdrup at FreeBSD.org>
CommitDate: 2021-02-22 19:51:25 +0000
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
---
documentation/content/en/books/handbook/l10n/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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]
....
More information about the dev-commits-doc-all
mailing list