Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2011 22:32:56 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r223278 - head/sbin/ddb
Message-ID:  <201106182232.p5IMWu87060053@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pjd
Date: Sat Jun 18 22:32:55 2011
New Revision: 223278
URL: http://svn.freebsd.org/changeset/base/223278

Log:
  Correct subcommand name 'unset' -> 'unscript'.

Modified:
  head/sbin/ddb/ddb.8

Modified: head/sbin/ddb/ddb.8
==============================================================================
--- head/sbin/ddb/ddb.8	Sat Jun 18 22:26:58 2011	(r223277)
+++ head/sbin/ddb/ddb.8	Sat Jun 18 22:32:55 2011	(r223278)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106182232.p5IMWu87060053>