diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-11-15 06:20:05 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-11-18 14:26:20 -0800 |
commit | 67cb89fc5c5ca0c556c51f8d5149970046135bee (patch) | |
tree | 7a586ef83e978ef8496447466b0cde46c90bf882 | |
parent | 4cc02a39b0d83585c926b3e268262f26e4825942 (diff) | |
download | txr-67cb89fc5c5ca0c556c51f8d5149970046135bee.tar.gz txr-67cb89fc5c5ca0c556c51f8d5149970046135bee.tar.bz2 txr-67cb89fc5c5ca0c556c51f8d5149970046135bee.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 |