diff options
author | rsc <devnull@localhost> | 2005-01-30 16:30:00 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-30 16:30:00 +0000 |
commit | 3fef2ed0565e831549b43153751c81e9ee2e7e86 (patch) | |
tree | 99fa9659cb29c7ffbc6132f06168cb751c51aa36 | |
parent | ac1d11971d03e83da5072a2478225bb95fd541d9 (diff) | |
download | plan9port-3fef2ed0565e831549b43153751c81e9ee2e7e86.tar.gz plan9port-3fef2ed0565e831549b43153751c81e9ee2e7e86.tar.bz2 plan9port-3fef2ed0565e831549b43153751c81e9ee2e7e86.zip |
fix mintag bug - thanks lucho
-rw-r--r-- | man/man3/mux.3 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/man/man3/mux.3 b/man/man3/mux.3 index 6c12542d..f83da563 100644 --- a/man/man3/mux.3 +++ b/man/man3/mux.3 @@ -149,7 +149,3 @@ with does not know how to free protocol messages, so message arriving with unexpected or invalid tags are leaked. -.PP -Using -.I mintag -other than zero is not well tested and probably buggy. |