man: generate manpages from .org files
Generate the manpages from org-documents which makes it a bit easier to keep them update to date since I find org-syntax easier than troff, and we can use include files.
This commit is contained in:
28
man/mu-add.1.org
Normal file
28
man/mu-add.1.org
Normal file
@ -0,0 +1,28 @@
|
||||
#+title: MU ADD
|
||||
|
||||
* NAME
|
||||
|
||||
~mu add~ - add one or more messages to the database
|
||||
|
||||
* SYNOPSIS
|
||||
|
||||
*mu [common-options] add [options] <file> [<files>]*
|
||||
|
||||
* DESCRIPTION
|
||||
|
||||
~mu add~ is the command to add specific message files to the database. Each file
|
||||
must be specified with an absolute path.
|
||||
|
||||
* ADD OPTIONS
|
||||
|
||||
#+include: "muhome.inc" :minlevel 2
|
||||
|
||||
#+include: "common-options.inc" :minlevel 1
|
||||
|
||||
#+include: "exit-code.inc" :minlevel 1
|
||||
|
||||
#+include: "prefooter.inc" :minlevel 1
|
||||
|
||||
* SEE ALSO
|
||||
|
||||
*mu(1)*, *mu-index(1)*, *mu-remove(1)*
|
||||
Reference in New Issue
Block a user