summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-20 16:45:31 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-20 16:45:31 +0000
commit1fa00204bb75f9097e8b96f5573758de89463f91 (patch)
treeb4aec690dbb4c616c4b34fca20ba7deea293a965 /lib/libutil
parent31da66718389de8efc626064406ffc36b093517d (diff)
insert a missing .El macro
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/fparseln.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index a8853341747..c08e2ca39c9 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fparseln.3,v 1.1 1999/07/20 16:38:56 jakob Exp $
+.\" $OpenBSD: fparseln.3,v 1.2 1999/07/20 16:45:30 aaron Exp $
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -73,7 +73,7 @@ by the number of lines actually read from the file.
.It Fa delim
Contains the escape, continuation, and comment characters.
If a character is
-.Dv NUL
+.Tn NUL
then processing for that character is disabled.
If
.Dv NULL ,
@@ -116,6 +116,7 @@ Remove escape preceeding any other character.
.It Dv FPARSELN_UNESCALL
All of the above.
.El
+.El
.Sh RETURN VALUES
Upon successful completion a pointer to the parsed line is returned;
otherwise,