diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:20:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:20:05 -0800 |
commit | ecf37054d0ba8b07a8140a3d27519a19c2037e65 (patch) | |
tree | 7a586ef83e978ef8496447466b0cde46c90bf882 | |
parent | 79ca19546e12ecb37372ea99a6f2229cbe46638e (diff) | |
download | txr-ecf37054d0ba8b07a8140a3d27519a19c2037e65.tar.gz txr-ecf37054d0ba8b07a8140a3d27519a19c2037e65.tar.bz2 txr-ecf37054d0ba8b07a8140a3d27519a19c2037e65.zip |
doc: various copy and paste mistakes.
* txr.1: Fix copy and paste errors affecting flo-zero,
struct sockaddr-in6, sockaddr-unix and sock-bind.
Reported by user vapnik spaknik.
-rw-r--r-- | txr.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -39614,7 +39614,7 @@ value that lies in the direction of negative infinity. .coIP flo-up Round up: the result of an operation is rounded to the nearest representable value that lies in the direction of positive infinity. -.coIP flo-up +.coIP flo-zero Round to zero: the result of an operation is rounded to the nearest representable value that lies in the direction of zero. .RE @@ -59934,7 +59934,7 @@ C language structure. Their meaning and use are beyond the scope of this documen The .code family static slot holds the value -.codn af-inet . +.codn af-inet6 . .coNP Structure @ sockaddr-un .synb @@ -59992,7 +59992,7 @@ followed by null padding bytes. The .code family static slot holds the value -.codn af-inet . +.codn af-unix . .coNP Structure @ addrinfo .synb @@ -60386,7 +60386,7 @@ is thrown. .syne .desc The -.code sock-connect +.code sock-bind function binds a socket stream to a local address. The |