Add an easy way to edit a configuration file.

This commit is contained in:
Guus Sliepen 2012-07-15 20:37:38 +02:00
parent cedfeccb24
commit eb01fd9625
3 changed files with 61 additions and 0 deletions

View file

@ -2056,6 +2056,10 @@ As above, but without removing any previously existing configuration variables.
Remove configuration variables with the same name and @var{value}.
If no @var{value} is given, all configuration variables with the same name will be removed.
@item edit @var{filename}
Start an editor for the given configuration file.
You do not need to specify the full path to the file.
@item start
Start @samp{tincd}.

View file

@ -68,6 +68,9 @@ Remove configuration variables with the same name and
If no
.Ar value
is given, all configuration variables with the same name will be removed.
.It edit Ar filename
Start an editor for the given configuration file.
You do not need to specify the full path to the file.
.It start
Start
.Xr tincd 8 .