From 66e845d8dc560f3d09024d3266b247139875e800 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Fri, 16 Mar 2001 22:18:26 +0000 Subject: [PATCH] Fix type-o Submitted by: okazaki --- lib/libc/sys/rfork.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index c3a6e75bdab..bf205d31f1a 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