Skip to content

Commit 2f30901

Browse files
committed
changed title of .Q.host to avoid same title as .z.h
1 parent 5366857 commit 2f30901

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

docs/basics/internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The operator `!` with a negative integer as left argument calls an internal func
1717
[-10!x](#-10x-type-enum) type enum -5! [parse](../ref/parse.md)
1818
[-11!](#-11-streaming-execute) streaming execute -6! [eval](../ref/eval.md)
1919
[-14!x](#-14x-quote-escape) quote escape -7! [hcount](../ref/hcount.md)
20-
[-16!x](#-16x-ref-count) ref count -12! [.Q.host](../ref/dotq.md#host-hostname)
20+
[-16!x](#-16x-ref-count) ref count -12! [.Q.host](../ref/dotq.md#host-ip-to-hostname)
2121
[-18!x](#-18x-compress-byte) compress byte -13! [.Q.addr](../ref/dotq.md#addr-iphost-as-int)
2222
[-21!x](#-21x-compressionencryption-stats) compression/encryption stats -15! [md5](../ref/md5.md)
2323
[-22!x](#-22x-uncompressed-length) uncompressed length -19! [set](../ref/get.md#set)

docs/basics/ipc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ The compression/decompression algorithms are proprietary and implemented as the
398398
<br>
399399
[`.z` namespace](../ref/dotz.md) for callback functions
400400
<br>
401-
[`.Q.addr`](../ref/dotq.md##addr-iphost-as-int) (IP/host as int),
402-
[`.Q.host`](../ref/dotq.md#host-hostname) (hostname),
401+
[`.Q.addr`](../ref/dotq.md#addr-iphost-as-int) (IP/host as int),
402+
[`.Q.host`](../ref/dotq.md#host-ip-to-hostname) (IP to hostname),
403403
<br>
404404
:fontawesome-solid-book-open:
405405
[Connection handles](handles.md)

docs/ref/dotq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ _Tools_
5757
[fps fpn pipe streaming](#fpn-pipe-streaming) [u date based](#u-date-based)
5858
[fs fsn file streaming](#fs-file-streaming)
5959
[hg HTTP get](#hg-http-get) **File I/O**
60-
[host hostname](#host-hostname) [Cf create empty nested char file](#cf-create-empty-nested-char-file)
60+
[host IP to hostname](#host-ip-to-hostname) [Cf create empty nested char file](#cf-create-empty-nested-char-file)
6161
[hp HTTP post](#hp-http-post) [Xf create file](#xf-create-file)
6262
</div>
6363

@@ -140,7 +140,7 @@ q)256 vs .Q.addr`localhost
140140
```
141141

142142
:fontawesome-regular-hand-point-right:
143-
[`.Q.host`](#host-hostname) (hostname)
143+
[`.Q.host`](#host-ip-to-hostname) (IP to hostname)
144144
<br>
145145
:fontawesome-solid-book-open:
146146
[`vs`](vs.md)
@@ -1092,8 +1092,8 @@ The server then decides whether to gzip the returned payload, which is uncompres
10921092

10931093
:fontawesome-solid-graduation-cap:[HTTP](../kb/http.md)
10941094

1095-
1096-
## `host` (hostname)
1095+
[](){#host-hostname}
1096+
## `host` (IP to hostname)
10971097

10981098
```syntax
10991099
.Q.host x

docs/ref/tok.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ q)"NT"$\:"123456123987654" / since V3.4
161161

162162
:fontawesome-solid-book:
163163
[`.Q.addr`](dotq.md#addr-iphost-as-int),
164-
[`.Q.host`](dotq.md#host-hostname)
164+
[`.Q.host`](dotq.md#host-ip-to-hostname)
165165

166166

167167
## Unix timestamps

0 commit comments

Comments
 (0)