diff --git a/CHANGED b/CHANGED index f68f7d0fc..0da314481 100644 --- a/CHANGED +++ b/CHANGED @@ -370,6 +370,7 @@ - doc: linux.html: Introduction (Peter S.) - feature: contrib/82_M232Voltage.pm (by Boris, 24.12) - feature: delattr renamed to deleteattr (Rudi, 29.12) + - feature: defattr renamed to setdefaultattr (Rudi, 29.12) - feature: device spec (list/range/regexp) for most commands implemented - feature: %NAME, %EVENT, %TYPE parameters in notify definition diff --git a/HISTORY b/HISTORY index 7f8354ee3..f4c4c2d50 100644 --- a/HISTORY +++ b/HISTORY @@ -165,7 +165,9 @@ - linux.html: Introduction refinement. - Rudi Sat Dec 29 16:27:14 MET 2007 - - delattr renamed to deleteattr + - delattr renamed to deleteattr, as del should complete to delete and not to + delattr + - defattr renamed to setdefaultattr (same as before for def) - devicespec introduced: it may contain a list of devices, a range of devices, or multiple devices identified by regexp. Following commands take a devicespec as argument: diff --git a/docs/commandref.html b/docs/commandref.html index 78864b923..c932b8aca 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -13,10 +13,9 @@ Introduction
?,help
attr
-defattr
define
-deleteattr
delete
+deleteattr
get
include
inform
@@ -27,11 +26,13 @@ rereadcfg
save
set
+setdefaultattr
setstate
shutdown
-trigger
sleep
+trigger
xmllist
+ Device specification
Perl specials
@@ -477,10 +478,10 @@ split in multiple lines

- -

defattr

+ +

setdefaultattr