diff options
author | intrigeri <intrigeri@boum.org> | 2006-01-19 21:59:05 +0000 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2006-01-19 21:59:05 +0000 |
commit | d9f41336939afc69f0e1a0a4131d95d06c012982 (patch) | |
tree | cf2ac9e1040a0a2e89cbf56c3fd3025c2a1a7769 | |
parent | 24f803c9ac95ab1247992201274a94e38f0e2d8f (diff) | |
download | backupninja-d9f41336939afc69f0e1a0a4131d95d06c012982.tar.gz backupninja-d9f41336939afc69f0e1a0a4131d95d06c012982.tar.bz2 |
typo
-rw-r--r-- | man/ninjahelper.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ninjahelper.1 b/man/ninjahelper.1 index fdc10b7..34b1ce4 100644 --- a/man/ninjahelper.1 +++ b/man/ninjahelper.1 @@ -2,7 +2,7 @@ .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) -.TH NINJAHELPER 1 "December 24, 2005" "riseup" "backupninja package" +.TH NINJAHELPER 1 "january 19, 2006" "riseup" "backupninja package" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: @@ -46,7 +46,7 @@ HELPERS="$HELPERS blue:description_of_this_helper" .IP (3) look at the existing helpers to see how they are written. Try to re-use functions, such as the dialog functions that are defined in easydialog.sh, -or the vserver functions defined in lib/vserver +or the vserver functions defined in lib/vserver. .IP (4) test, re-test, and test again. Try to break the helper by going backwards, try to think like someone who has no idea how to configure your handler |