[798] in Zephyr_Bugs
Small typo in man page for zwgc(1)
daemon@ATHENA.MIT.EDU (Elliot Schwartz)
Sun Jul 7 15:51:15 1996
From: Elliot Schwartz <elliot@MIT.EDU>
To: bug-zephyr@MIT.EDU
Date: Sun, 07 Jul 1996 15:51:11 EDT
There appears to be a small typo in the man page for zwgc(1). A patch follows.
elliot
===
*** /mit/zephyr/release/zephyr-2.1.beta1/clients/zwgc/zwgc.1 Sun Mar 3 21:50:12 1996
--- zwgc.1 Sun Jul 7 15:43:40 1996
***************
*** 337,341 ****
True if the two expressions are equal, false otherwise.
.TP
! .IB expr " =~ " expr2
True if the regular expression pattern
.IR expr2 " matches " expr1.
--- 337,341 ----
True if the two expressions are equal, false otherwise.
.TP
! .IB expr1 " =~ " expr2
True if the regular expression pattern
.IR expr2 " matches " expr1.