aboutsummaryrefslogtreecommitdiff
path: root/lib/libcompat
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
commit906c1e27fc15d09fe630e425166401aaea7020a5 (patch)
treea3ba6912210e1b413706c71ed63a536ccf343f46 /lib/libcompat
parentd9fb9dd03eadc5ebc521f0cbfc9c773cf90efe8a (diff)
downloadsrc-906c1e27fc15d09fe630e425166401aaea7020a5.tar.gz
src-906c1e27fc15d09fe630e425166401aaea7020a5.zip
Correct some man page cross references and file location references.
Notes
Notes: svn path=/head/; revision=15082
Diffstat (limited to 'lib/libcompat')
-rw-r--r--lib/libcompat/4.1/vlimit.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3
index d4ed5f3c7ce8..47368002ac14 100644
--- a/lib/libcompat/4.1/vlimit.3
+++ b/lib/libcompat/4.1/vlimit.3
@@ -92,7 +92,7 @@ is thus a built-in command to
.Pp
The system refuses to extend the data or stack space when the limits
would be exceeded in the normal way; a
-.Xr break 2
+.Xr brk 2
call fails if the data space limit is reached, or the process is
killed when the stack limit is reached (since the stack cannot be
extended, there is no way to send a signal!).