diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/netctl.1.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/netctl.1.txt b/docs/netctl.1.txt index 4120bdc..1f8b8cf 100644 --- a/docs/netctl.1.txt +++ b/docs/netctl.1.txt @@ -68,13 +68,17 @@ The following commands are understood: the file created by `*enable*' even if it was customized, so be careful. +*reenable [+PROFILE+]*:: + Reenable the systemd unit for the profile specified. This is + effectively a combination of `*disable*' and `*enable*'. + *is-enabled [+PROFILE+]*:: Check whether the systemd unit for the specified profile is enabled. Prints the current enable status. -*reenable [+PROFILE+]*:: - Reenable the systemd unit for the profile specified. This is - effectively a combination of `*disable*' and `*enable*'. +*edit [+PROFILE+]*:: + Open the file of the specified profile in an editor. This does not + reenable or restart any profiles. EXIT STATUS |