diff options
Diffstat (limited to 'mantools/check-see-postconf-d-output')
-rwxr-xr-x | mantools/check-see-postconf-d-output | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mantools/check-see-postconf-d-output b/mantools/check-see-postconf-d-output new file mode 100755 index 0000000..d74c4f1 --- /dev/null +++ b/mantools/check-see-postconf-d-output @@ -0,0 +1,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" |