diff options
author | 1999-07-21 12:21:29 +0000 | |
---|---|---|
committer | 1999-07-21 12:21:29 +0000 | |
commit | 55d32c1bba85caba587491818ad38918ea17f780 (patch) | |
tree | e0e826e121a01674c2e40344843f34af91409108 /lib/libc | |
parent | talk about wdc re-enabling (diff) | |
download | wireguard-openbsd-55d32c1bba85caba587491818ad38918ea17f780.tar.xz wireguard-openbsd-55d32c1bba85caba587491818ad38918ea17f780.zip |
Xr fparseln(3); deraadt@
Diffstat (limited to 'lib/libc')
-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 |