Home | History | Annotate | Line # | Download | only in mantools
      1  1.1  christos #!/bin/sh
      2  1.1  christos 
      3  1.1  christos # check-see-postconf-d-output - find missing is misplaced quotes
      4  1.1  christos 
      5  1.1  christos grep -r "see *'*postconf -d'* *output'*" proto html man |
      6  1.1  christos     grep -v "see 'postconf -d' output"
      7