Show
Ignore:
Timestamp:
02/08/08 09:25:26 (22 months ago)
Author:
jallen
Message:

Man page formatting fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/RebuildQueue/plugins/RebuildQueue/rqdctl

    r459 r460  
    1010    cat <<EOU | ${PAGER:-less} 
    1111NAME 
     12 
    1213    $(basename $0) - RebuildQueue Daemon controller 
     14 
    1315SYNOPSIS 
     16 
    1417    Usage: $(basename $0) [-v] [-l LOG] [-w NUM] [-m MT_DIR] COMMAND 
    1518 
     
    102105 
    103106RETURN VALUES 
     107 
    104108     The test utility exits with one of the following values: 
    105109 
    106      0       expression evaluated to true. 
    107  
    108      1       expression evaluated to false or expression was missing. 
    109  
    110      >1      An error occurred. 
     110         0       expression evaluated to true. 
     111 
     112         1       expression evaluated to false or expression was missing. 
     113 
     114         >1      An error occurred. 
    111115 
    112116DISCLAIMER 
    113        The author of this utility will be held no responsibility for any damages and losses of data and/or files that may be caused by the use thereof. 
     117 
     118       The author of this utility will be held no responsibility for any 
     119       damages and losses of data and/or files that may be caused by the use 
     120       thereof. 
    114121 
    115122       Use me at your own risk! 
    116123 
    117124AUTHOR 
     125 
    118126       Jay Allen, Endevver Consulting, http://jayallen.org 
    119127 
    120128COPYRIGHT 
     129 
    121130       Copyright 2008, Jay Allen 
    122131 
    123        This script is free software; you can redistribute it and/or modify it under the same terms as Perl itself. 
    124  
     132       This script is free software; you can redistribute it and/or modify it 
     133       under the same terms as Perl itself. 
    125134EOU 
    126135    exit 0