WIP
This commit is contained in:
44
debian/manpage.asciidoc.ex
vendored
Normal file
44
debian/manpage.asciidoc.ex
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
= @UPACKAGE@(1)
|
||||
:man source: YAVSC
|
||||
:man version: 1.1.0-1
|
||||
:man manual: YAVSC Manual
|
||||
|
||||
// Secondary template file to make manpage.1
|
||||
//
|
||||
// See "AsciiDoc Syntax Quick Reference"
|
||||
// https://docs.asciidoctor.org/asciidoc/latest/syntax-quick-reference/
|
||||
// https://docs.asciidoctor.org/asciidoctor/latest/manpage-backend/
|
||||
|
||||
// convert by:
|
||||
// $ asciidoctor --doctype manpage -b manpage -a 'newline=\n' yavsc.asciidoc
|
||||
|
||||
== NAME
|
||||
|
||||
yavsc - program to do something
|
||||
|
||||
== SYNOPSIS
|
||||
|
||||
*yavsc* [*-h*] ...
|
||||
|
||||
|
||||
== DESCRIPTION
|
||||
|
||||
*yavsc* do something.
|
||||
|
||||
=== optional arguments:
|
||||
|
||||
*-h*, *--help*::
|
||||
show this help message and exit.
|
||||
|
||||
|
||||
== AUTHOR
|
||||
|
||||
Copyright © 2025 Paul Schneider <paul@localhost>
|
||||
|
||||
== LICENSE
|
||||
|
||||
MIT License
|
||||
|
||||
== SEE ALSO
|
||||
|
||||
See also ...
|
Reference in New Issue
Block a user