Document the negation of keywords.

This commit is contained in:
Roy Marples 2008-03-04 10:40:31 +00:00
parent 6baff6cd1d
commit 6a2cce536e

View File

@ -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