summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
committermpp <mpp@FreeBSD.org>1996-04-07 00:06:21 +0000
commit86b292ffbd52cf8fb3f73834b0571641724258fb (patch)
treea3ba6912210e1b413706c71ed63a536ccf343f46 /lib
parent427df293eed445a29412d2cbcccd03a733389070 (diff)
downloadFreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.zip
FreeBSD-src-86b292ffbd52cf8fb3f73834b0571641724258fb.tar.gz
Correct some man page cross references and file location references.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdtime/tzfile.54
-rw-r--r--lib/libc/sys/fcntl.22
-rw-r--r--lib/libcompat/4.1/vlimit.32
3 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdtime/tzfile.5 b/lib/libc/stdtime/tzfile.5
index 9e6f330..f894390 100644
--- a/lib/libc/stdtime/tzfile.5
+++ b/lib/libc/stdtime/tzfile.5
@@ -40,7 +40,7 @@ four-byte values of type
sorted in ascending order.
These values are written in ``standard'' byte order.
Each is used as a transition time (as returned by
-.Xr time 2 )
+.Xr time 3 )
at which the rules for computing local time change.
Next come
.Li tzh_timecnt
@@ -89,7 +89,7 @@ Then there are
pairs of four-byte values, written in standard byte order;
the first value of each pair gives the time
(as returned by
-.Xr time 2 )
+.Xr time 3 )
at which a leap second occurs;
the second gives the
.Em total
diff --git a/lib/libc/sys/fcntl.2 b/lib/libc/sys/fcntl.2
index 5587bcf..2e1b7ce 100644
--- a/lib/libc/sys/fcntl.2
+++ b/lib/libc/sys/fcntl.2
@@ -70,7 +70,7 @@ share the same file status flags).
.It
The close-on-exec flag associated with the new file descriptor
is set to remain open across
-.Xr execv 2
+.Xr execve 2
system calls.
.El
.It Dv F_GETFD
diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3
index d4ed5f3..4736800 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!).
OpenPOWER on IntegriCloud