From 0cc69f13c2355831e8f07962c072c09ca35fd5f3 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Tue, 6 Jan 2015 19:31:39 +0100 Subject: Add edit subcommand to netctl --- docs/netctl.1.txt | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'docs') 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 -- cgit v1.2.3-24-g4f1b