diff options
author | max <max@FreeBSD.org> | 1996-10-22 20:36:23 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-10-22 20:36:23 +0800 |
commit | cc9c58b08e4fc494ab14ce0bfda3082d2086ca68 (patch) | |
tree | f23d5b67929b0c0bc0c449c6f9e6615befaa4899 | |
parent | be73145a9268403ee1db7c316284861022a346cb (diff) | |
download | freebsd-ports-gnome-cc9c58b08e4fc494ab14ce0bfda3082d2086ca68.tar.gz freebsd-ports-gnome-cc9c58b08e4fc494ab14ce0bfda3082d2086ca68.tar.zst freebsd-ports-gnome-cc9c58b08e4fc494ab14ce0bfda3082d2086ca68.zip |
Changed the name of user initialization file in the man page to .elvisrc.
(Closing PR #1733.)
Submitted by: sanpei@yy.cs.keio.ac.jp
-rw-r--r-- | japanese/elvis/files/patch-ac | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/japanese/elvis/files/patch-ac b/japanese/elvis/files/patch-ac new file mode 100644 index 000000000000..aa6f65201762 --- /dev/null +++ b/japanese/elvis/files/patch-ac @@ -0,0 +1,26 @@ +--- doc/elvis.man.org Sun Sep 22 17:14:17 1996 ++++ doc/elvis.man Sun Sep 22 17:17:46 1996 +@@ -70,11 +70,11 @@ + .IP tags + This is the database used by the \fI:tags\fP command and the \fB-t\fP option. + It is usually created by the \fIctags(1)\fP program. +-.IP ".exrc or elvis.rc" +-On UNIX-like systems, a file called ".exrc" in your home directory ++.IP ".elvisrc or elvis.rc" ++On UNIX-like systems, a file called ".elvisrc" in your home directory + is executed as a series of \fIex\fR commands. + A file by the same name may be executed in the current directory, too. +-On non-UNIX systems, ".exrc" is usually an invalid file name; ++On non-UNIX systems, ".elvisrc" is usually an invalid file name; + there, the initialization file is called "elvis.rc" instead. + .SH ENVIRONMENT + .IP TERM +@@ -105,7 +105,7 @@ + .IP EXINIT + Optional. + This variable can hold EX commands which will be executed instead of +-the .exrc file in your home directory. ++the .elvisrc file in your home directory. + .IP SHELL + Optional. + The SHELL variable sets the default value for the "shell" option, |