diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-25 15:32:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-06-25 15:32:49 +0000 |
commit | 7d0914d2ada0b41c406f7d0d3f663d3593481e28 (patch) | |
tree | 8c16678e9a10267527ae105a7802a8b10ed73324 | |
parent | 5fb1c936ecd9670806b53e08abacebc63e437e9b (diff) |
Fix typos. PR and fix from Felix Schroeter <felix@mamba.pond.sub.org>
-rw-r--r-- | lib/libc/sys/rfork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index a275557152b..a52b3038aae 100644 --- a/lib/libc/sys/rfork.2 +++ b/lib/libc/sys/rfork.2 @@ -1,6 +1,6 @@ .\" .\" This manual page is taken directly from Plan9, and modified to -.\" describe the actual OpenBSD implimentation. Permission for +.\" describe the actual OpenBSD implementation. Permission for .\" use of this page comes from Rob Pike <rob@plan9.att.com>. .\" .Dd Jan 12, 1996 @@ -42,7 +42,7 @@ See .Xr wait 2 . This is not currently implemented. .It RFNAMEG, RFCNAMEG, RFENVG, RFCENVG, RFNOTEG -These are Plan 9 specific flags, and not implimented. +These are Plan 9 specific flags, and not implemented. .It RFFDG If set, the invoker's file descriptor table (see .Xr intro 2 |