Skip to content

Commit b080a61

Browse files
committed
Update docs
Signed-off-by: Simeon Widdis <[email protected]>
1 parent 81761bc commit b080a61

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/user/ppl/cmd/head.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ head
88
:local:
99
:depth: 2
1010

11+
Version Information
12+
-----------------
13+
.. versionadded:: 1.0.0
14+
15+
.. versionchanged:: 3.3.0
16+
Added support for the `limit=` argument name.
1117

1218
Description
1319
============
@@ -16,7 +22,7 @@ Description
1622

1723
Syntax
1824
============
19-
head [<size>] [from <offset>]
25+
head [limit=][<size>] [from <offset>]
2026

2127
* <size>: optional integer. number of results to return. **Default:** 10
2228
* For readability or convenience, this can be prefixed by `limit=`.

docs/user/ppl/cmd/top.rst

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ top
88
:local:
99
:depth: 2
1010

11+
Version Information
12+
-----------------
13+
.. versionadded:: 1.0.0
14+
15+
.. versionchanged:: 3.3.0
16+
Added support for the `limit=` argument name.
1117

1218
Description
1319
============
@@ -18,7 +24,7 @@ Syntax
1824
============
1925
top [N] <field-list> [by-clause]
2026

21-
top [N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+)``
27+
top [limit=][N] <field-list> [top-options] [by-clause] ``(available from 3.1.0+)``
2228

2329
* N: number of results to return. **Default**: 10
2430
* For readability or convenience, this can be prefixed by `limit=`.

0 commit comments

Comments
 (0)