git: 9front

Download patch

ref: 983297e757fbb33a525320049b34cbe58792a5e0
parent: b204fb68ac0518b82cd01f304e413950e6e37140
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Sep 26 15:07:05 EDT 2015

qer(8): correct man page example (thanks, kenji)

--- a/sys/man/8/qer
+++ b/sys/man/8/qer
@@ -205,7 +205,7 @@
 .IP
 .EX
 0,10,20,30,40,50 * * * * kremvax
-        runq -a /mail/queue /mail/lib/remotemail
+        /bin/upas/runq -a /mail/queue /mail/lib/remotemail
 .EE
 .LP
 The entry must be a single line; it is folded here only so it fits on the page.
--