--- /sys/man/1/nedmail Mon Dec 3 00:42:15 2007 +++ /sys/man/1/nedmail Fri Jan 24 22:41:16 2014 @@ -191,7 +191,7 @@ Reply to the sender of the message. .I Marshal is used to format the reply. -If and optional +If any optional .I Args are specified, they are added to the command line to .I marshal --- /sys/src/9/pc/vgavesa.c Tue Mar 8 00:29:35 2011 +++ /sys/src/9/pc/vgavesa.c Fri Jan 24 22:40:18 2014 @@ -62,7 +62,6 @@ nexterror(); } pa = PADDR(RMBUF); - /* TODO: check read and write return values */ devtab[cmem->type]->write(cmem, modebuf, sizeof modebuf, pa); u->trap = 0x10; devtab[creg->type]->write(creg, u, sizeof *u, 0); --- /sys/src/cmd/upas/smtp/mxdial.c Mon Oct 21 20:16:23 2013 +++ /sys/src/cmd/upas/smtp/mxdial.c Fri Jan 24 22:40:46 2014 @@ -143,7 +143,8 @@ if(debug) fprint(2, "mxdial trying %s\n", addr); atnotify(timeout, 1); - alarm(10*1000); + /* this was 10 seconds, but oclsc.org at least needs more. */ + alarm(60*1000); fd = dial(addr, 0, 0, 0); if (debug && fd < 0) fprint(2, "dial: %r\n");