diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-23 08:52:57 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2015-09-23 08:52:57 +0000 |
commit | 7f44817e1a26ece3326e6a9ac64a1053f3ae412b (patch) | |
tree | fce6c741bca4c2d52737f4cbe1740bd47856275b /lib | |
parent | 7f73a7668a46b82c82c6a81e30a77113b9193919 (diff) |
typo.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/pause.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/pause.3 b/lib/libc/gen/pause.3 index 7409c432ecc..97959017427 100644 --- a/lib/libc/gen/pause.3 +++ b/lib/libc/gen/pause.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pause.3,v 1.13 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: pause.3,v 1.14 2015/09/23 08:52:56 sobrado Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: September 23 2015 $ .Dt PAUSE 3 .Os .Sh NAME @@ -79,7 +79,7 @@ A system call first appeared in the Programmer's Workbench (PWB/UNIX) and was then ported to .At v7 . -It was reimplemeted as a wrapper around the +It was reimplemented as a wrapper around the .Fn sigpause and .Fn sigblock |