aboutsummaryrefslogtreecommitdiff
path: root/share/doc/playbooks.d.7.scd
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/playbooks.d.7.scd')
-rw-r--r--share/doc/playbooks.d.7.scd9
1 files changed, 6 insertions, 3 deletions
diff --git a/share/doc/playbooks.d.7.scd b/share/doc/playbooks.d.7.scd
index 7157350..b4624a2 100644
--- a/share/doc/playbooks.d.7.scd
+++ b/share/doc/playbooks.d.7.scd
@@ -1,9 +1,12 @@
playbooks.d(7) "/etc/bashtard/playbooks.d"
; SPDX-FileCopyrightText: 2022 Patrick Spek <p.spek@tyil.nl>
-;
; SPDX-License-Identifier: AGPL-3.0-or-later
+# NAME
+
+bashtard - A Bash-based configuration management utility
+
# INTRODUCTION
*bashtard* playbooks are, in essence, no more than directories with a small
@@ -28,8 +31,8 @@ usually only a single sentence. This description is shown in the usage output of
The _playbook.bash_ file is a regular Bash script. It must contain 3 specific
functions, which are called by *bashtard* when the appropriate subcommand is
-invoked. These functions are _playbook_add()_, _playbook_sync()_, and
-_playbook_del()_. How you define these functions is up to you.
+invoked. These functions are _playbook\_add()_, _playbook\_sync()_, and
+_playbook\_del()_. How you define these functions is up to you.
# SEE ALSO