diff options
author | 1999-06-06 06:57:45 +0000 | |
---|---|---|
committer | 1999-06-06 06:57:45 +0000 | |
commit | c5b134476d66bf2c44139690ad864f3408585949 (patch) | |
tree | 588c844dec7f30a103deac88b9bb07885f6dce87 /lib/libc/sys/fork.2 | |
parent | cs4231 support. (diff) | |
download | wireguard-openbsd-c5b134476d66bf2c44139690ad864f3408585949.tar.xz wireguard-openbsd-c5b134476d66bf2c44139690ad864f3408585949.zip |
Grammatical, spelling, and format fixes
Diffstat (limited to 'lib/libc/sys/fork.2')
-rw-r--r-- | lib/libc/sys/fork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index e8c51ed267e..6d3b9b3b43a 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fork.2,v 1.7 1999/06/05 04:16:08 aaron Exp $ +.\" $OpenBSD: fork.2,v 1.8 1999/06/06 06:57:53 pjanzen Exp $ .\" $NetBSD: fork.2,v 1.6 1995/02/27 12:32:36 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -97,7 +97,7 @@ This limit is configuration-dependent. The limit .Dv RLIMIT_NPROC on the total number of -processes under execution by a this user ID would be exceeded. +processes under execution by the user ID would be exceeded. .It Bq Er ENOMEM There is insufficient swap space for the new process. .El |