Skip to content

Commit 2262b7c

Browse files
committed
docs(panes,servers,sessions): hold -> contain
1 parent 6d233bf commit 2262b7c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/reference/panes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Panes
44

5-
- hold [pseudoterminal]s ([pty(4)][pty(4)])
5+
- contain [pseudoterminal]s ([pty(4)][pty(4)])
66
- exist inside {ref}`Windows`
77
- identified by `%`, e.g. `%313`
88

docs/reference/servers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- identified by _socket path_ and _socket name_
66
- may have >1 servers running of tmux at the same time.
7-
- hold {ref}`Sessions` (which hold {ref}`Windows`, which hold
7+
- contain {ref}`Sessions` (which contain {ref}`Windows`, which contain
88
{ref}`Panes`)
99

1010
In tmux, a server is automatically started on your behalf

docs/reference/sessions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Sessions
44

55
- exist inside {ref}`Servers`
6-
- contain {ref}`Windows` (which hold {ref}`Panes`)
6+
- contain {ref}`Windows` (which contain {ref}`Panes`)
77
- identified by `$`, e.g. `$313`
88

99
```{eval-rst}

0 commit comments

Comments
 (0)