summaryrefslogtreecommitdiffstats
path: root/development/vic/README
diff options
context:
space:
mode:
author Menno Duursma <druiloor@zonnet.nl>2010-05-13 00:25:43 +0200
committer Robby Workman <rworkman@slackbuilds.org>2010-05-13 00:25:43 +0200
commit0188448efabb225829dfce2a563cddcde3bc84aa (patch)
tree099f7327074a60de6f5c417edf5da08f0862d075 /development/vic/README
parent077bc53447089e7b9160c9115d507c4bdd781d5e (diff)
downloadslackbuilds-0188448efabb225829dfce2a563cddcde3bc84aa.tar.gz
slackbuilds-0188448efabb225829dfce2a563cddcde3bc84aa.tar.xz
development/vic: Updated for version 0.08
Diffstat (limited to 'development/vic/README')
-rw-r--r--development/vic/README16
1 files changed, 4 insertions, 12 deletions
diff --git a/development/vic/README b/development/vic/README
index 5b55516a21..294ba67830 100644
--- a/development/vic/README
+++ b/development/vic/README
@@ -1,21 +1,13 @@
-Edit a file with RCS
-
-This archive contains vic which is a simple wrapper around the editor of your
-choice to first check the file out of RCS, edit the file, and then checks the
-file back into RCS.
+vic is a simple wrapper around the editor of your choice to first check a
+file out of RCS, edit the file, and then check the file back into RCS.
There are safeguards to protect the user if the file is edited outside of RCS,
-and allows the user to get the RCS archive back up to date.
+and it allows the user to get the RCS archive back up to date.
-You can edit multiple programs at a time with something like:
- vic *.wc
+You can edit multiple programs at a time with something like: vic *.wc
The editor name is drawn from the environment variables $VISUAL, $EDITOR, or
(if all else fails) "vi".
Also included is a simple program, show.locks, which shows all of the files
from the current directory which are currently locked.
-
-If you have files locked, but not currently being edited, you may want to do:
- ci -u FILE
- chmod a-w FILE