fparseln.3 (d6e91b3149feddfba4e7be11a6a946ef85474d0f) fparseln.3 (2705d66b49502c9683631b0254013c9f8b42ca38)
1.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
1.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
2.\" $FreeBSD$
2.\"
3.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

31.Dt FPARSELN 3
32.Os
33.Sh NAME
34.Nm fparseln
35.Nd return the next logical line from a stream
36.Sh LIBRARY
37.Lb libutil
38.Sh SYNOPSIS
3.\"
4.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer.

--- 21 unchanged lines hidden (view full) ---

32.Dt FPARSELN 3
33.Os
34.Sh NAME
35.Nm fparseln
36.Nd return the next logical line from a stream
37.Sh LIBRARY
38.Lb libutil
39.Sh SYNOPSIS
39.Fd #include <util.h>
40.Fd #include <libutil.h>
40.Ft "char *"
41.Fo "fparseln"
42.Fa "FILE *stream" "size_t *len" "size_t *lineno"
43.Fa "const char delim[3]" "int flags"
44.Fc
45.Sh DESCRIPTION
46The
47.Fn fparseln

--- 106 unchanged lines hidden ---
41.Ft "char *"
42.Fo "fparseln"
43.Fa "FILE *stream" "size_t *len" "size_t *lineno"
44.Fa "const char delim[3]" "int flags"
45.Fc
46.Sh DESCRIPTION
47The
48.Fn fparseln

--- 106 unchanged lines hidden ---