From: James Troup Date: Thu, 27 Sep 2001 14:31:45 +0000 (+0000) Subject: sync X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5646e90189773afc801e67672e901e7e84f76665;p=dak sync --- diff --git a/docs/Makefile b/docs/Makefile index a176972b..8771e1f5 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,8 +1,8 @@ #!/usr/bin/make -f -# TODO: alyson andrea charisma claire fernanda jenna neve rene rhona shania tea ziyi +# TODO: alyson andrea claire fernanda jenna neve rene rhona shania tea ziyi -SGMLMANPAGES = catherine.1.sgml heidi.1.sgml julia.1.sgml katie.1.sgml madison.1.sgml melanie.1.sgml natalie.1.sgml +SGMLMANPAGES = catherine.1.sgml charisma.1.sgml heidi.1.sgml julia.1.sgml katie.1.sgml madison.1.sgml melanie.1.sgml natalie.1.sgml MANPAGES = $(patsubst %.sgml, %, $(SGMLMANPAGES)) diff --git a/docs/charisma.1.sgml b/docs/charisma.1.sgml new file mode 100644 index 00000000..7a1ef8ba --- /dev/null +++ b/docs/charisma.1.sgml @@ -0,0 +1,69 @@ + + +%katieent; + +]> + + + &katie-docinfo; + + + charisma + 1 + + + + + charisma + Utility to generate an index of package's maintainers + + + + + + charisma + + extra file... + + + + Description</> + <para> + <command>charisma</command> is a utility to generate an index of package's maintainers. The output format is: +<literallayout>package~version maintainer</literallayout> + The input format of extra files can either be in this form or in the old style which is similar, but lacking the version number, i.e.: +<literallayout>package maintainer</literallayout> + Charisma will auto-detect the type of layout of the extra file. If the extra file is in the old style format the records in it are assumed to supersed any that were seen earlier (i.e. either from earlier extra files or generated from the SQL). + </PARA> + </REFSECT1> + + <RefSect1><Title>Options</> + + <variablelist> + <VarListEntry><term><option>-h/--help</option></> + <ListItem> + <Para>Show help and then exit.</PARA> + </LISTITEM> + </VarListEntry> + + </VariableList> + </RefSect1> + + <refsect1> + <title>New versus Old output format + Converting the new output format to the old output format is easy with some simple sed + awk, e.g. +sed -e "s/~[^ ]*\([ ]\)/\1/" | awk '{printf "%-20s ", $1; for (i=2; i<=NF; i++) printf "%s ", $i; printf "\n";}' + + + + Diagnostics</> + <para> + <command>charisma</command> returns zero on normal operation, non-zero on error. + </PARA> + </RefSect1> + + &manauthor; + +</refentry>