aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-07 17:22:42 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-07 17:22:42 +0000
commit71f37d3980a5ec2568404c853e087153a557953c (patch)
tree27a009148f43c72cf6831de03f26cdb2ec7766ae /doc
parentUpdate version to 1.2.6. (diff)
downloadeselect-71f37d3980a5ec2568404c853e087153a557953c.tar.gz
eselect-71f37d3980a5ec2568404c853e087153a557953c.tar.bz2
eselect-71f37d3980a5ec2568404c853e087153a557953c.zip
Remove spurious date entry from example. Whitespace.
svn path=/trunk/; revision=713
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index 0e5f29b..a9635ed 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -34,14 +34,15 @@ standard ``help``, ``usage`` and ``version`` actions, and is installed
to ``$(datadir)/eselect/modules/`` ::
+ # -*-eselect-*- vim: ft=eselect
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: $
DESCRIPTION="Do things to a cow"
MAINTAINER="ciaranm@gentoo.org"
- SVN_DATE='$Date: 2005-10-16 19:31:47 +0100 (Sun, 16 Oct 2005) $'
- VERSION=$(svn_date_to_version "${SVN_DATE}" )
+ SVN_DATE='$Date: $'
+ VERSION=$(svn_date_to_version "${SVN_DATE}")
### moo action
@@ -390,7 +391,7 @@ keeping track of ``VERSION``. It is safe to use in global scope.
The canonical usage is as follows: ::
SVN_DATE='$Date: $'
- VERSION=$(svn_date_to_version "${SVN_DATE}" )
+ VERSION=$(svn_date_to_version "${SVN_DATE}")
Then turn on SVN keyword expansion for the module: ::