diff options
author | Roy Marples <roy@marples.name> | 2008-03-04 10:40:31 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-03-04 10:40:31 +0000 |
commit | 6a2cce536e5dbddd81b5935a6fb49b80454d2d51 (patch) | |
tree | 47a4419aff82f6d5d5e19972783ddb7092a510b7 /man | |
parent | 6baff6cd1d1c39c9abe02263c582512743907aa5 (diff) |
Document the negation of keywords.
Diffstat (limited to 'man')
-rw-r--r-- | man/runscript.8 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/runscript.8 b/man/runscript.8 index 1b9488f2..cd457b5a 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -324,6 +324,10 @@ rc_provide="!net" rc_provide_tap1="!net" # To put in in /etc/rc.conf you would do it like this rc_net_tap1_provide="!net" + +# It's also possible to negate keywords. This is mainly useful for prefix +# users testing OpenRC. +rc_keyword="!noprefix" .Ed .Sh EXAMPLES .Pp |