diff --git a/i2p2www/pages/site/docs/api/samv3.html b/i2p2www/pages/site/docs/api/samv3.html
index 67ba7ca9..3c4d3ff2 100644
--- a/i2p2www/pages/site/docs/api/samv3.html
+++ b/i2p2www/pages/site/docs/api/samv3.html
@@ -57,7 +57,7 @@ Version 3.2 is not yet implemented, and the changes listed below are preliminary
- SESSION CREATE now supports options FROM_PORT=nnnn and TO_PORT=nnnn to set default I2P ports
- SESSION CREATE STYLE=RAW now supports option PROTOCOL=nnn to set default I2P protocol (18 otherwise)
-
- STREAM CONNECT, DATAGRAM SEND, and RAW SEND now supports new options FROM_PORT=nnnn and TO_PORT=nnnn
+
- STREAM CONNECT, DATAGRAM SEND, and RAW SEND now support new options FROM_PORT=nnnn and TO_PORT=nnnn
to override default I2P ports for that connection
- STREAM ACCEPT now supports option TO_PORT=nnnn to accept connections on that I2P port only
- RAW SEND now supports option PROTOCOL=nnn to override default I2P RAW protocol value (18)
@@ -65,7 +65,7 @@ Version 3.2 is not yet implemented, and the changes listed below are preliminary
now appends to the first line is FROM_PORT=nnnn TO_PORT=nnnn to indicate I2P ports
- The first line of datagrams sent through port 7655 may now start with any 3.x version
- RAW RECEIVED now appends to the first line PROTOCOL=nnn to indicate I2P protocol
-
- DATAGRAM_SEND and RAW_SEND now supports options SEND_TAGS=nnn, TAG_THRESHOLD=nnn, EXPIRES=nnnnnnn, and SEND_LEASESET=true|false.
+
- DATAGRAM SEND and RAW SEND now supports options SEND_TAGS=nnn, TAG_THRESHOLD=nnn, EXPIRES=nnnnnnn, and SEND_LEASESET=true|false.
These will be passed to I2CP if supported. See the I2CP specification for details.
Support by the SAM server is optional, it will ignore these options if unsupported.
- Client and server may now send: PING [arbitrary text] on the control port,