From d41b3a97bd3e16a507db099bee997f9e5e5c0bdc Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 26 May 2014 14:50:24 +1200 Subject: Mention man page for croncrypt(1) --- README.markdown | 2 +- bin/nwatch | 4 ++-- share/man/man1/nwatch.1 | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.markdown b/README.markdown index 53a1375..e870fc1 100644 --- a/README.markdown +++ b/README.markdown @@ -18,7 +18,7 @@ intended to be called from `cron(8)`: 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet -I recommend you use [croncrypt](https://github.com/tejr/croncrypt), so you +I recommend you use [`croncrypt(1)`](https://github.com/tejr/croncrypt), so you don't leak your network information in plain text in your email. Please also consider whether your scan actually requires root privileges, and diff --git a/bin/nwatch b/bin/nwatch index e5754c4..ca28fa8 100755 --- a/bin/nwatch +++ b/bin/nwatch @@ -13,8 +13,8 @@ # intended to be called from cron(8): # 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet # -# I recommend you use croncrypt, so you don't leak your network information in -# plain text in your email: +# I recommend you use croncrypt(1), so you don't leak your network information +# in plain text in your email: # # Please also consider whether your scan actually requires root privileges, and # could not instead be run by a dedicated user with appropriately limited diff --git a/share/man/man1/nwatch.1 b/share/man/man1/nwatch.1 index d4a0e86..a5fe0be 100644 --- a/share/man/man1/nwatch.1 +++ b/share/man/man1/nwatch.1 @@ -23,14 +23,14 @@ for running from cron(8): .PP 0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet .PP -I recommend you use croncrypt, so you don't leak your network information -in plain text in your email: https://github.com/tejr/croncrypt +I recommend you use croncrypt(1), so you don't leak your network information in +plain text in your email: https://github.com/tejr/croncrypt .PP Please also consider whether your scan actually requires root privileges, and could not instead be run by a dedicated user with appropriately limited privileges. .SH SEE ALSO -nmap(1), ndiff(1) +nmap(1), ndiff(1), croncrypt(1) .SH AUTHOR Tom Ryder -- cgit v1.2.3