summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordillon <dillon@FreeBSD.org>2001-03-16 22:18:26 +0000
committerdillon <dillon@FreeBSD.org>2001-03-16 22:18:26 +0000
commit4265a70a5f8db0542b59be3797c042d4e5698fef (patch)
tree42de89d02012cdc417eb10d093436ce66376d109 /lib/libc
parent3f14bdb2a9ddd121290994dbc760b498409497a1 (diff)
downloadFreeBSD-src-4265a70a5f8db0542b59be3797c042d4e5698fef.zip
FreeBSD-src-4265a70a5f8db0542b59be3797c042d4e5698fef.tar.gz
Fix type-o
Submitted by: okazaki
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/sys/rfork.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index c3a6e75..bf205d3 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -55,7 +55,7 @@ Is mutually exclusive with
.Dv RFFDG .
.It RFMEM
If set, the kernel will force sharing of the entire address space,
-typically by sharing the hardawre page table directly.
+typically by sharing the hardware page table directly.
The child
will thus inherit and share all the segments the parent process owns,
whether they are normally shareable or not. The stack segment is
OpenPOWER on IntegriCloud