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