git: 9front

Download patch

ref: eef658bd0d1a9d2d789fc93ec71c4abafcdb4a26
parent: 396bbaa0a410dc468078e992f92e0ef3a1735932
author: Anthony Martin <ality@pbrane.org>
date: Sat Jun 26 20:18:49 EDT 2021

segment(3): restore missing phrase

It was accidentally removed when documenting
the sticky segment type in commit f1c3a1a6a.


--- a/sys/man/3/segment
+++ b/sys/man/3/segment
@@ -81,6 +81,7 @@
 .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
--