summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1997-12-24 09:04:05 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1997-12-24 09:04:05 +0000
commita77cb781ac1626d935b024132b595ee8782fccbb (patch)
tree657950bafdbbeae7373d258f22fdaf5e858fb950
parent39039f956826a941f82f8717d81addd470634ce4 (diff)
Always give .Fn an argument, it will not default to the previous value.
-rw-r--r--lib/libc/gen/ualarm.34
-rw-r--r--lib/libc/gen/usleep.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index b96e888ad8d..e91e7770955 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.4 1997/11/06 01:25:49 millert Exp $
+.\" $OpenBSD: ualarm.3,v 1.5 1997/12/24 09:04:04 tholo Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -86,7 +86,7 @@ is 2147483647.
.Xr usleep 3
.Sh STANDARDS
The
-.Fn
+.Fn ualarm
function conforms to
.St -xpg4.2 .
.Sh HISTORY
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index 6326eefc5ad..aa2468e6bc7 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usleep.3,v 1.4 1997/11/06 01:25:48 millert Exp $
+.\" $OpenBSD: usleep.3,v 1.5 1997/12/24 09:04:04 tholo Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -99,7 +99,7 @@ specified a value of 1,000,000 or more microseconds.
.Xr ualarm 3 ,
.Sh STANDARDS
The
-.Fn
+.Fn usleep
function conforms to
.St -xpg4.2 .
.Sh HISTORY