diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-07 08:52:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-07 08:52:44 +0000 |
commit | cec4fba2d68884e9da4662a55153a523a76eb5f2 (patch) | |
tree | 5a14240515d8beb86153afa7864525814a1081a5 /lib/libc/compat-43/sigvec.3 | |
parent | a0836261c0d5a37e932b50e3aeb58b307b7c6c6c (diff) |
typos;
Diffstat (limited to 'lib/libc/compat-43/sigvec.3')
-rw-r--r-- | lib/libc/compat-43/sigvec.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/compat-43/sigvec.3 b/lib/libc/compat-43/sigvec.3 index c5ba9739e48..a7c242cb1b6 100644 --- a/lib/libc/compat-43/sigvec.3 +++ b/lib/libc/compat-43/sigvec.3 @@ -29,7 +29,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: sigvec.3,v 1.21 2002/11/10 03:21:48 fgsch Exp $ +.\" $OpenBSD: sigvec.3,v 1.22 2003/05/07 08:52:43 jmc Exp $ .\" .Dd April 29, 1991 .Dt SIGVEC 3 @@ -182,7 +182,7 @@ specified with If a signal is caught during the system calls listed below, the call may be restarted, the call may return with a data transfer shorter than requested, -or the call may forced to terminate +or the call may be forced to terminate with the error .Er EINTR . Interrupting of pending calls is requested |