summaryrefslogtreecommitdiff
path: root/lib/libutil/fparseln.3
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:06:33 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-01-15 19:06:33 +0000
commit63c865ac060120368ee14f28a8c335998c30210e (patch)
treed607e7485da6f4f19d9beaee554429fb9fb7e8cf /lib/libutil/fparseln.3
parent8c61563cc39621275522accfd409a13204e573f1 (diff)
remove .Tn; from Jan Stary <hans at stare dot cz>
Diffstat (limited to 'lib/libutil/fparseln.3')
-rw-r--r--lib/libutil/fparseln.312
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3
index fa9c209cf2a..f8b732c705b 100644
--- a/lib/libutil/fparseln.3
+++ b/lib/libutil/fparseln.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fparseln.3,v 1.8 2013/06/05 03:40:26 tedu Exp $
+.\" $OpenBSD: fparseln.3,v 1.9 2015/01/15 19:06:32 schwarze Exp $
.\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $
.\"
.\" Copyright (c) 1997 Christos Zoulas. All rights reserved.
@@ -28,7 +28,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: January 15 2015 $
.Dt FPARSELN 3
.Os
.Sh NAME
@@ -75,9 +75,7 @@ the value of the memory location to which
references is incremented by the number of lines actually read from the file.
.It Fa delim
Contains the escape, continuation, and comment characters.
-If a character is
-.Tn NUL
-then processing for that character is disabled.
+If a character is NUL then processing for that character is disabled.
If
.Dv NULL ,
all characters default to values specified below.
@@ -104,9 +102,7 @@ end of the current line.
.It Fa flags
If non-zero, alter the operation of
.Fn fparseln .
-The various flags, which may be
-.Tn OR Ns 'ed
-together, are:
+The various flags, which may be OR'ed together, are:
.Bl -tag -width "FPARSELN_UNESCCOMM"
.It Dv FPARSELN_UNESCCOMM
Remove escape preceding an escaped comment.