diff options
Diffstat (limited to 'man/mkman.sh')
-rwxr-xr-x | man/mkman.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/mkman.sh b/man/mkman.sh new file mode 100755 index 0000000..945598b --- /dev/null +++ b/man/mkman.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +help2man --no-info --include ipaddrcheck.x -o ipaddrcheck.1 ../src/ipaddrcheck |