diff options
author | Anthony Martin <ality@pbrane.org> | 2021-06-27 00:18:49 +0000 |
---|---|---|
committer | Anthony Martin <ality@pbrane.org> | 2021-06-27 00:18:49 +0000 |
commit | d019a03f3785ede5861fa9fab81017a73ffe17f8 (patch) | |
tree | 82f6b2f05dde47d2f2cf3f9eb6515c66b849ace1 | |
parent | 819bec22ccf01927c8d31e9bbcddca91b5ed41ee (diff) | |
download | plan9front-d019a03f3785ede5861fa9fab81017a73ffe17f8.tar.xz |
segment(3): restore missing phrase
It was accidentally removed when documenting
the sticky segment type in commit 99ed9623b.
-rw-r--r-- | sys/man/3/segment | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/man/3/segment b/sys/man/3/segment index baafad6cf..52b79d69e 100644 --- a/sys/man/3/segment +++ b/sys/man/3/segment @@ -81,6 +81,7 @@ or .B sticky segments. .PP +When the segment is attached using .IR segattach, the address and length arguments are ignored in the call; they are defined only by the |