summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2014-04-14 19:05:57 -0400
committerstanley lieber <stanley.lieber@gmail.com>2014-04-14 19:05:57 -0400
commit0812a26f0057bb20d1220cd3fae310f57fd82b1d (patch)
tree6d9fbe312160bf74892fdaccfc40aaaaf6954f29 /sys
parentf02f05ca6a7a60a087a9fb7d6b2e81ff820e2d80 (diff)
add /rc/bin/aanuke
Diffstat (limited to 'sys')
-rw-r--r--sys/man/8/aan30
1 files changed, 28 insertions, 2 deletions
diff --git a/sys/man/8/aan b/sys/man/8/aan
index 430c89b82..a3230d9c9 100644
--- a/sys/man/8/aan
+++ b/sys/man/8/aan
@@ -1,6 +1,6 @@
.TH AAN 8
.SH NAME
-aan \- always available network
+aan, aanuke \- always available network
.SH SYNOPSIS
.B aan
.B -c
@@ -19,6 +19,7 @@ aan \- always available network
[
.B -m maxto
]
+.B aanuke
.I netdir
.SH DESCRIPTION
.I Aan
@@ -64,7 +65,22 @@ option of
.IR import (4)
and
.IR cpu (1).
-.SH EXAMPLE
+.PP
+.I Aanuke
+prints commands that will cause all processes called
+.I aan
+that are owned by the current user and do not have an
+active tcp connection to be terminated.
+Use the
+.B send
+command of
+.IR rio (1),
+or pipe the output of
+.I kill
+into
+.IR rc (1)
+to execute the commands.
+.SH EXAMPLES
Assume the server part of
.I aan
is encapsulated in
@@ -89,6 +105,14 @@ using this command:
.EX
import -p astro6 / /mnt/term
.EE
+.PP
+Kill idle instances of
+.I aan
+left behind by a terminal that has been powered off:
+.IP
+.EX
+aanuke | rc
+.EE
.SH FILES
.TF /sys/log/aan
.TP
@@ -96,6 +120,8 @@ import -p astro6 / /mnt/term
Log file
.SH SOURCE
.B /sys/src/cmd/aan.c
+.br
+.B /rc/bin/aanuke
.SH SEE ALSO
.IR import (4),
.IR exportfs (4),