summaryrefslogtreecommitdiffstats
path: root/mantools/check-see-postconf-d-output
blob: d74c4f1b25a212b8f18b170d8bbf27d1fa7493a1 (plain)
1
2
3
4
5
6
#!/bin/sh

# check-see-postconf-d-output - find missing is misplaced quotes

grep -r "see *'*postconf -d'* *output'*" proto html man |
    grep -v "see 'postconf -d' output"