From 7fc6a8aef660c6cc1c6a5b371cbda61b9cca46ec Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Sat, 18 Jun 2011 22:32:55 +0000 Subject: [PATCH] Correct subcommand name 'unset' -> 'unscript'. --- sbin/ddb/ddb.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ddb/ddb.8 b/sbin/ddb/ddb.8 index 5ee26506b8f..0fb9687991e 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