This HTML automatically generated with rman for NEMO
Table of Contents

Name

mkman - create a template man page from a NEMO command

Synopsis

$NEMO/src/scripts/mkman command > $NEMO/man/man1/command.1

Description

Since NEMO commands are self-describing, this scripts takes the output using command help=h and creates a template man page.

The following command would bootstrap a completely new command in NEMO called foo with four keywords and given defaults for three of them:

  $NEMO/src/scripts/template foo  a=1 b=2 c=3 d=
  mknemo foo
  $NEMO/src/scripts/mkman foo > $NEMO/man/man1/foo.1

after which foo.c and foo.1 will need some editing.

See Also

help2man(1)

Author

Peter Teuben

Update History


20-mar-2021    finally written        PJT


Table of Contents