silly typoo in help text for nedmail -Steve Reference: /n/sources/patch/applied/upas-help-typoo Date: Wed Aug 25 19:01:29 CES 2004 --- /sys/src/cmd/upas/ned/nedmail.c Wed Aug 25 19:01:29 2004 +++ /sys/src/cmd/upas/ned/nedmail.c Wed Aug 25 19:01:26 2004 @@ -128,7 +128,7 @@ { "y", 0, ycmd, "y synchronize with mail box" }, { "=", 1, eqcmd, "= print current message number" }, { "|", 1, pipecmd, "|cmd pipe message body to a command" }, - { "||", 1, rpipecmd, "|cmd pipe raw message to a command" }, + { "||", 1, rpipecmd, "||cmd pipe raw message to a command" }, { "!", 1, bangcmd, "!cmd run a command" }, { nil, 0, nil, nil }, };