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/bashtard.1.scd | 1 - share/doc/bashtard.3.scd | 5 ++++- share/doc/bashtard.5.scd | 5 ++++- share/doc/bashtard.7.scd | 5 ++++- share/doc/playbooks.d.7.scd | 9 ++++++--- 5 files changed, 18 insertions(+), 7 deletions(-) (limited to 'share') diff --git a/share/doc/bashtard.1.scd b/share/doc/bashtard.1.scd index 4158169..aabc2d7 100644 --- a/share/doc/bashtard.1.scd +++ b/share/doc/bashtard.1.scd @@ -1,7 +1,6 @@ bashtard(1) ; SPDX-FileCopyrightText: 2022 Patrick Spek -; ; SPDX-License-Identifier: AGPL-3.0-or-later # NAME diff --git a/share/doc/bashtard.3.scd b/share/doc/bashtard.3.scd index 550c448..341d8fc 100644 --- a/share/doc/bashtard.3.scd +++ b/share/doc/bashtard.3.scd @@ -1,9 +1,12 @@ bashtard(3) ; SPDX-FileCopyrightText: 2022 Patrick Spek -; ; SPDX-License-Identifier: AGPL-3.0-or-later +# NAME + +bashtard - A Bash-based configuration management utility + # INTRODUCTION When writing a *playbook*, you will want to know of the variables and functions diff --git a/share/doc/bashtard.5.scd b/share/doc/bashtard.5.scd index cec92ea..5fe37d2 100644 --- a/share/doc/bashtard.5.scd +++ b/share/doc/bashtard.5.scd @@ -1,9 +1,12 @@ bashtard(5) ; SPDX-FileCopyrightText: 2022 Patrick Spek -; ; SPDX-License-Identifier: AGPL-3.0-or-later +# NAME + +bashtard - A Bash-based configuration management utility + # INTRODUCTION When it comes to configuration, *bashtard* checks various locations for files diff --git a/share/doc/bashtard.7.scd b/share/doc/bashtard.7.scd index d3d2148..fc9333e 100644 --- a/share/doc/bashtard.7.scd +++ b/share/doc/bashtard.7.scd @@ -1,9 +1,12 @@ bashtard(7) "/etc/bashtard" ; SPDX-FileCopyrightText: 2022 Patrick Spek -; ; SPDX-License-Identifier: AGPL-3.0-or-later +# NAME + +bashtard - A Bash-based configuration management utility + # HIERARCHY # defaults 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