diff options
Diffstat (limited to 'lib/libc/sys/brk.2')
-rw-r--r-- | lib/libc/sys/brk.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index 09072a4e1565..7f40e3417a27 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -99,11 +99,11 @@ beyond the value returned from a call to .Xr getrlimit 2 , e.g.\& -.Dq etext + rlp\(->rlim_max. +.Dq Va etext No + Va rlp\->rlim_max . (See .Xr end 3 for the definition of -.Em etext ) . +.Va etext ) . .Sh RETURN VALUES .Fn Brk returns 0 if successful; |