diff options
Diffstat (limited to 'lib/libc/gen/ctermid.3')
-rw-r--r-- | lib/libc/gen/ctermid.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ctermid.3 b/lib/libc/gen/ctermid.3 index c6871bee17b..cf81cd6f458 100644 --- a/lib/libc/gen/ctermid.3 +++ b/lib/libc/gen/ctermid.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ctermid.3,v 1.9 2013/06/05 03:39:22 tedu Exp $ +.\" $OpenBSD: ctermid.3,v 1.10 2014/01/21 03:15:45 schwarze Exp $ .\" .\" Copyright (c) 1990, 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: June 5 2013 $ +.Dd $Mdocdate: January 21 2014 $ .Dt CTERMID 3 .Os .Sh NAME @@ -54,7 +54,7 @@ is assumed to point to an array at least .Dv L_ctermid (as defined in the include file -.Aq Pa stdio.h ) +.In stdio.h ) bytes long. .Pp The current implementation simply generates |