aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-10 15:54:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-10 15:55:09 +1200
commite832a637811393b2378a640088713d99e47ecde3 (patch)
tree7a673c1d84ad544c2ecf0061df8c5459d3e2e103
parentAdd some ad-hoc Awk filtering to the output (diff)
downloadnwatch-e832a637811393b2378a640088713d99e47ecde3.tar.gz
nwatch-e832a637811393b2378a640088713d99e47ecde3.zip
Update documentation to reflect v2.0.0
-rw-r--r--README.md4
-rw-r--r--nwatch.16
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index f1c5a3a..3df5148 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ Example with root privileges:
# nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
-Prints the results of an `ndiff(1)` call against the last known scan to stdout;
-intended to be called from `cron(8)`:
+Prints the filtered results of an `ndiff(1)` call against the last
+known scan to stdout; intended to be called from `cron(8)`:
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
diff --git a/nwatch.1 b/nwatch.1
index fabf548..d35d469 100644
--- a/nwatch.1
+++ b/nwatch.1
@@ -1,4 +1,4 @@
-.TH NWATCH 1 "May 2014" "Manual page for nwatch"
+.TH NWATCH 1 "July 2018" "Manual page for nwatch"
.SH NAME
.B nwatch
\- slightly nicer Nmap ndiff(1) wrapper
@@ -18,8 +18,8 @@ and runs an nmap(1) command suitable for running through ndiff(1) against those
hosts. It caches the scan output in plain text, greppable, and XML formats in
.I CACHEDIR
and then runs ndiff(1) between the last scan it can find and the current scan,
-storing the output in CACHEDIR and printing it to stdout. This makes it useful
-for running from cron(8):
+storing the output in CACHEDIR and printing it to stdout, after an attempt at
+some intelligent filtering. This makes it useful for running from cron(8):
.PP
0 0 * * 0 nwatch /etc/nwatch.mynet /var/cache/nwatch/mynet
.PP