Add Synopsis section to man 5 pages.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
This commit is contained in:
parent
499b750c2f
commit
ab87657b93
4 changed files with 18 additions and 2 deletions
|
@ -25,8 +25,9 @@ MOSTLYCLEANFILES = $(man_MANS) man3/*.3 *.xml
|
||||||
|
|
||||||
ASCIIDOC_OPTS = \
|
ASCIIDOC_OPTS = \
|
||||||
-f asciidoc.conf \
|
-f asciidoc.conf \
|
||||||
-apacman_version="$(PACKAGE_VERSION)" \
|
-a pacman_version="$(PACKAGE_VERSION)" \
|
||||||
-apacman_date="`date +%Y-%m-%d`"
|
-a pacman_date="`date +%Y-%m-%d`" \
|
||||||
|
-a sysconfdir=$(sysconfdir)
|
||||||
|
|
||||||
if HAS_DOXYGEN
|
if HAS_DOXYGEN
|
||||||
all: doxygen.in
|
all: doxygen.in
|
||||||
|
|
|
@ -6,6 +6,11 @@ Name
|
||||||
PKGBUILD - Arch Linux package build description file
|
PKGBUILD - Arch Linux package build description file
|
||||||
|
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
PKGBUILD
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
This manual page is meant to describe general rules about PKGBUILDs. Once a
|
This manual page is meant to describe general rules about PKGBUILDs. Once a
|
||||||
|
|
|
@ -6,6 +6,11 @@ Name
|
||||||
makepkg.conf - makepkg configuration file
|
makepkg.conf - makepkg configuration file
|
||||||
|
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
{sysconfdir}/makepkg.conf, ~/.makepkg.conf
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
Configuration options for makekpg are stored in makepkg.conf. This file is
|
Configuration options for makekpg are stored in makepkg.conf. This file is
|
||||||
|
|
|
@ -6,6 +6,11 @@ Name
|
||||||
pacman.conf - pacman package manager configuration file
|
pacman.conf - pacman package manager configuration file
|
||||||
|
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
{sysconfdir}/pacman.conf
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
-----------
|
||||||
Pacman, using manlink:libalpm[3], will attempt to read `pacman.conf` each
|
Pacman, using manlink:libalpm[3], will attempt to read `pacman.conf` each
|
||||||
|
|
Loading…
Add table
Reference in a new issue