Rename __select_editor to __sensible_editor

This commit is contained in:
Dennis Camera 2019-10-04 14:04:17 +02:00
parent 644768cc02
commit 9e9c3982a8
8 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
cdist-type__select_editor(7) cdist-type__sensible_editor(7)
============================ ============================
NAME NAME
---- ----
cdist-type__select_editor - Select the sensible-editor cdist-type__sensible_editor - Select the sensible-editor
DESCRIPTION DESCRIPTION
@ -21,7 +21,7 @@ editor
OPTIONAL PARAMETERS OPTIONAL PARAMETERS
------------------- -------------------
state state
either "present" or "absent". Defaults to "present". Either "present" or "absent". Defaults to "present".
EXAMPLES EXAMPLES
@ -29,8 +29,8 @@ EXAMPLES
.. code-block:: sh .. code-block:: sh
__select_editor root --editor /bin/ed # ed(1) is the standard __sensible_editor root --editor /bin/ed # ed(1) is the standard
__select_editor noob --editor nano __sensible_editor noob --editor nano
SEE ALSO SEE ALSO