Add an easy way to edit a configuration file.
This commit is contained in:
parent
cedfeccb24
commit
eb01fd9625
3 changed files with 61 additions and 0 deletions
|
@ -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}.
|
||||
|
||||
|
|
|
@ -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 .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue