Package: inn2
Version: 2.4.5-5

sendinpaths(8) says:

    sendinpaths [-n]

    ... That report is mailed to the e-mail addresses configured at
    the beginning of this script (by default "pathsur...@top1000.org"
    and "top1...@anthologeek.net").

The code says:

    if [ "$1" = "-n" ] ; then
      ninpaths $TMP -r $ME
    else
      ninpaths $TMP -r $ME |\
       $MAILCMD -s "inpaths $ME" ${1:-$defaddr}

Ie the correct synopsis is:

    sendinpaths [-n|"email addresses"]

Ian.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to