diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-21 12:21:30 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-21 12:21:30 +0000 |
commit | a5732935f8e4b425eac617226240663c02458651 (patch) | |
tree | 5a0746ebb7c287388d318c6846ec692c51b93f6b /lib | |
parent | 54654cad9837b11e7ca705533ce290c7ccae578a (diff) |
Xr fparseln(3); deraadt@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/stdio/fgetln.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/stdio/fgetln.3 b/lib/libc/stdio/fgetln.3 index fcbcabb9c89..e859ae87882 100644 --- a/lib/libc/stdio/fgetln.3 +++ b/lib/libc/stdio/fgetln.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fgetln.3,v 1.3 1998/06/15 17:54:49 mickey Exp $ +.\" $OpenBSD: fgetln.3,v 1.4 1999/07/21 12:21:29 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -116,6 +116,7 @@ or .Xr ferror 3 , .Xr fgets 3 , .Xr fopen 3 , +.Xr fparseln 3 , .Xr putc 3 .Sh HISTORY The |