From ed3d178bb8db30d7795888bf90f3e508a5711fb6 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Wed, 22 Jun 2022 08:57:31 +0200 Subject: Add pkg-debian target to Makefile --- share/doc/playbooks.d.7.scd | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share/doc/playbooks.d.7.scd') 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 -; ; 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 -- cgit v1.1