diff options
author | rsc <devnull@localhost> | 2006-06-26 00:03:07 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-06-26 00:03:07 +0000 |
commit | b3d3a0687c7e77b429dfbd1ae0f929b80fd02718 (patch) | |
tree | f233ecc79dc86ce712b567cfb2381708f9504272 | |
parent | 15085f74502fa7029f59540b228bb8392db9743c (diff) | |
download | plan9port-b3d3a0687c7e77b429dfbd1ae0f929b80fd02718.tar.gz plan9port-b3d3a0687c7e77b429dfbd1ae0f929b80fd02718.tar.bz2 plan9port-b3d3a0687c7e77b429dfbd1ae0f929b80fd02718.zip |
fix
-rw-r--r-- | man/man3/venti-packet.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/man3/venti-packet.3 b/man/man3/venti-packet.3 index 1b70673f..3ed8d6fe 100644 --- a/man/man3/venti-packet.3 +++ b/man/man3/venti-packet.3 @@ -251,12 +251,12 @@ making them contiguous in memory if necessary. .PP .I Packettrim -removes +deletes all bytes from the packet +.I p +except the .I n bytes at offset -.I offset -from packet -.IR p . +.IR offset . .SH SOURCE .B \*9/src/libventi .SH SEE ALSO |