diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 13:20:50 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-04-06 13:20:50 +0200 |
commit | a8495b99bbfde40b45e8262d16a41b369eba2d6c (patch) | |
tree | ffa6aa4813a19dd12664bf85725bf64112711759 /doc | |
parent | Update comment for relative_name function. (diff) | |
download | eselect-a8495b99bbfde40b45e8262d16a41b369eba2d6c.tar.gz eselect-a8495b99bbfde40b45e8262d16a41b369eba2d6c.tar.bz2 eselect-a8495b99bbfde40b45e8262d16a41b369eba2d6c.zip |
Document the "unset" action in developer guide.
* doc/developer-guide.txt: Document the "unset" action; it is used
by several external modules.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/developer-guide.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt index 6ddc212..a24453a 100644 --- a/doc/developer-guide.txt +++ b/doc/developer-guide.txt @@ -189,6 +189,8 @@ list available modules. set Used to set a new provider or a symlink. +unset + Used to unset the current provider, or to remove a symlink. enable Used to enable an optional feature. disable |