Skip to content

Commit

Permalink
drop references to gentoo prefix from man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Mar 25, 2024
1 parent c45fe9f commit c5903a3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions man/openrc-run.8
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,6 @@ in
Same as -jail, but for Linux Resource Containers (LXC).
.It Dv -openvz
Same as -jail, but for OpenVZ systems.
.It Dv -prefix
Same as -jail, but for Prefix systems.
.It Dv -rkt
Same as -jail, but for RKT systems.
.It Dv -uml
Expand Down Expand Up @@ -615,10 +613,8 @@ 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="!-prefix"
# This can also be used to block a script from running in all
# It's also possible to negate keywords.
# This can be used to block a script from running in all
# containers except one or two
rc_keyword="!-containers !-docker"
.Ed
Expand Down

0 comments on commit c5903a3

Please sign in to comment.