diff options
author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2011-06-18 22:32:55 +0000 |
---|---|---|
committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2011-06-18 22:32:55 +0000 |
commit | 7fc6a8aef660c6cc1c6a5b371cbda61b9cca46ec (patch) | |
tree | e263b3dd6261ffb3c0d21fa0e0792bdbeab86bb9 /sbin | |
parent | 125c410fb2a208e4340dc5a686044a0555f1ccfa (diff) | |
download | src-7fc6a8aef660c6cc1c6a5b371cbda61b9cca46ec.tar.gz src-7fc6a8aef660c6cc1c6a5b371cbda61b9cca46ec.zip |
Correct subcommand name 'unset' -> 'unscript'.
Notes
Notes:
svn path=/head/; revision=223278
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ddb/ddb.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8 index 5ee26506b8f5..0fb9687991e5 100644 --- a/sbin/ddb/ddb.8 +++ b/sbin/ddb/ddb.8 @@ -126,7 +126,7 @@ it is advisable to enclose in quotes. .It Cm scripts List currently defined scripts. -.It Cm unset Ar scriptname +.It Cm unscript Ar scriptname Delete the script named .Ar scriptname . .El |