diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 01:22:40 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-09-26 01:22:40 +0000 |
commit | 704bcfc6ff671fb753e387282f6480df40aae57a (patch) | |
tree | 879cf8eba10e2407ffb97faae5251906257c50be | |
parent | 2530945de45beba8f2b9d87da9f617fd65ccc526 (diff) |
Fix typo. From maximum entropy <entropy@tardis.bernstein.com>
-rw-r--r-- | lib/libc/sys/brk.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index ed779034d08..f188b0cb00d 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -98,7 +98,7 @@ beyond the value returned from a call to .Xr getrlimit , e.g. -.Dq qetext + rlp\(->rlim_max. +.Dq etext + rlp\(->rlim_max. (see .Xr end 3 for the definition of |