From 4e1bb8f91ceda8ff928fa706e314680eaa829b45 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 24 Oct 2008 15:40:21 +0000 Subject: Fix pasto in previous. --- lib/libc/sys/sigpending.2 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/libc') diff --git a/lib/libc/sys/sigpending.2 b/lib/libc/sys/sigpending.2 index 8e399a30b27..e3e627aa9a5 100644 --- a/lib/libc/sys/sigpending.2 +++ b/lib/libc/sys/sigpending.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigpending.2,v 1.14 2008/10/24 15:14:48 christos Exp $ +.\" $NetBSD: sigpending.2,v 1.15 2008/10/24 15:40:21 wiz Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,9 +59,6 @@ A \-1 return value indicates an error occurred and .Va errno is set to indicate the reason. .Sh ERRORS -The -.Nm -.Sh ERRORS .Fn sigpending will fail if: .Bl -tag -width Er -- cgit