aboutsummaryrefslogtreecommitdiff
path: root/share/doc/playbooks.d.7.scd
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-06-22 08:57:31 +0200
commited3d178bb8db30d7795888bf90f3e508a5711fb6 (patch)
treea50023b27ac89256e5c80db40092778a11c8d525 /share/doc/playbooks.d.7.scd
parentf18666297208e3166a09a0ac380931009353fc0c (diff)
Add pkg-debian target to Makefile
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