diff options
author | 2000-01-05 18:51:10 +0000 | |
---|---|---|
committer | 2000-01-05 18:51:10 +0000 | |
commit | 71018e3166f2dafdb45d53b7337321d55790695c (patch) | |
tree | 20483943a98f74610de486393d0ae5b038f17932 /lib/libutil | |
parent | Document meaning of `p'-type file (FIFO) in long listing; FreeBSD PR/9117 (diff) | |
download | wireguard-openbsd-71018e3166f2dafdb45d53b7337321d55790695c.tar.xz wireguard-openbsd-71018e3166f2dafdb45d53b7337321d55790695c.zip |
update header requirements; bde
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/fparseln.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3 index 9ad5adea0d3..d2be79cde04 100644 --- a/lib/libutil/fparseln.3 +++ b/lib/libutil/fparseln.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fparseln.3,v 1.3 1999/07/21 12:17:31 aaron Exp $ +.\" $OpenBSD: fparseln.3,v 1.4 2000/01/05 18:51:11 deraadt Exp $ .\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -35,6 +35,7 @@ .Nm fparseln .Nd return the next logical line from a stream .Sh SYNOPSIS +.Fd #include <stdio.h> .Fd #include <util.h> .Ft "char *" .Fo "fparseln" |