This commit is contained in:
Masataro Asai 2015-12-17 10:08:59 +09:00
parent 013bd76384
commit 825c6caab3
2 changed files with 25 additions and 26 deletions

25
documents/make-doc-markdown.sh Executable file
View file

@ -0,0 +1,25 @@
#!/bin/bash
cat > ros-$1.md <<EOF
ros-$1 -
# synopsis
**ros [options] $1** args...
<!-- # subcommands -->
<!-- somecommand -->
<!-- : description. end with a period. -->
# description
<!-- # options -->
<!-- -->
<!-- # Environmental Variables -->
# SEE ALSO
_ros_(1)
EOF

View file

@ -1,26 +0,0 @@
# name
ros-XXX - XXXXXX
# synopsis
**ros [options] XXX** args...
<!-- # subcommands -->
somecommand
: description. end with a period.
# description
<!-- # options -->
<!-- -->
<!-- # Environmental Variables -->
# SEE ALSO
_sbcl_(1) _ros_(1)
# Author
SANO Masatoshi