diff options
-rw-r--r-- | lib/libc/gen/signal.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3 index b9c9bcbb36f..be23596c69e 100644 --- a/lib/libc/gen/signal.3 +++ b/lib/libc/gen/signal.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: signal.3,v 1.31 2005/07/22 03:16:58 jaredy Exp $ +.\" $OpenBSD: signal.3,v 1.32 2006/04/11 05:31:27 deraadt Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -346,8 +346,7 @@ and perhaps some others. Extension Interfaces: .Pp .Fn strlcpy , -.Fn strlcat , -.Fn syslog_r . +.Fn strlcat . .Pp Most functions not in the above lists are considered to be unsafe with respect to signals. |