Skip to content

Commit 5366857

Browse files
committed
changed title of .Q.addr for better understanding
1 parent 2d78e81 commit 5366857

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/basics/internal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The operator `!` with a negative integer as left argument calls an internal func
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)
2020
[-16!x](#-16x-ref-count) ref count -12! [.Q.host](../ref/dotq.md#host-hostname)
21-
[-18!x](#-18x-compress-byte) compress byte -13! [.Q.addr](../ref/dotq.md#addr-ip-address)
21+
[-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)
2424
[-23!x](#-23x-memory-map) memory map -20! [.Q.gc](../ref/dotq.md#gc-garbage-collect)

docs/basics/ipc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ 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-ip-address) (IP address),
401+
[`.Q.addr`](../ref/dotq.md##addr-iphost-as-int) (IP/host as int),
402402
[`.Q.host`](../ref/dotq.md#host-hostname) (hostname),
403403
<br>
404404
:fontawesome-solid-book-open:

docs/ref/dotq.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ _Tools_
5353
[x non-command parameters](#x-non-command-parameters) [vp missing partitions](#vp-missing-partitions)
5454

5555
**IPC** **Segmented database state**
56-
[addr IP address](#addr-ip-address) [P segments](#p-segments)
56+
[addr IP/host as int](#addr-iphost-as-int) [P segments](#p-segments)
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**
@@ -119,8 +119,8 @@ q).Q.addmonths[2006.10.29;4]
119119
:fontawesome-solid-graduation-cap:
120120
[How to handle temporal data in q](../kb/temporal-data.md)
121121

122-
123-
## `addr` (IP address)
122+
[](){#addr-ip-address}
123+
## `addr` (IP/host as int)
124124

125125
```syntax
126126
.Q.addr x
@@ -1116,7 +1116,7 @@ q).Q.addr `netbox.com
11161116
```
11171117

11181118
:fontawesome-regular-hand-point-right:
1119-
[`.Q.addr`](#addr-ip-address) (IP address), [`$`](tok.md#ip-address) tok (IP address as int)
1119+
[`.Q.addr`](#addr-iphost-as-int) (IP/host as int), [`$`](tok.md#ip-address) tok (IP address as int)
11201120

11211121

11221122
## `hp` (HTTP post)

docs/ref/string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Range: `c`
7070
[`.h` namespace](doth.md)
7171
<br>
7272
:fontawesome-solid-book: 
73-
[`.Q.addr`](dotq.md#addr-ip-address) (IP address),
73+
[`.Q.addr`](dotq.md#addr-iphost-as-int) (IP/host as int),
7474
[`.Q.f`](dotq.md#f-precision-format) (precision format),
7575
[`.Q.fmt`](dotq.md#fmt-precision-format) (precision format with length)
7676
<br>

docs/ref/tok.md

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

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

166166

0 commit comments

Comments
 (0)