Changeset 689b882f
- Timestamp:
- Jun 21, 2006, 10:21:20 AM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 0de816f8
- Parents:
- 289562c
- Location:
- BOOK
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/vim.xml
r289562c r689b882f 83 83 <screen os="k"><userinput>make install</userinput></screen> 84 84 85 <para os="l">Many users are used to using <command>vi</command> instead of 86 <command>vim</command>. To allow execution of <command>vim</command> 87 when users habitually enter <command>vi</command>, create a 88 symlink:</para> 85 <para os="l">Many users are accustomed to using <command>vi</command> 86 instead of <command>vim</command>. Some programs, such as 87 <command>vigr</command> and <command>vipw</command>, also use 88 <command>vi</command>. Create a symlink to permit execution of 89 <command>vim</command> when users habitually enter <command>vi</command> 90 and allow programs that use <command>vi</command> to work:</para> 89 91 90 92 <screen os="m"><userinput>ln -sv vim /usr/bin/vi</userinput></screen> -
BOOK/general.ent
r289562c r689b882f 5 5 <!ENTITY extra-version "1"> 6 6 7 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-2006062 0">7 <!ENTITY version "SVN-&major-version;.&minor-version;.&extra-version;-20060621"> 8 8 9 9 <!ENTITY version-x86 "&version;-x86"> … … 21 21 <!ENTITY version-alpha "&version;-ALPHA"> 22 22 23 <!ENTITY releasedate "June 2 0, 2006">23 <!ENTITY releasedate "June 21, 2006"> 24 24 <!ENTITY milestone "0.1"> 25 25 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
Note:
See TracChangeset
for help on using the changeset viewer.