Use Aq instead of <>, quote a minus, drop trailing space.
This commit is contained in:
parent
a9beb0e443
commit
312a9703d5
|
@ -1,4 +1,4 @@
|
||||||
.\" $NetBSD: editline.3,v 1.43 2003/12/05 13:37:48 lukem Exp $
|
.\" $NetBSD: editline.3,v 1.44 2003/12/05 13:46:39 wiz Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1997-2003 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
|
@ -659,7 +659,11 @@ Initialise the tokenizer, and return a data structure
|
||||||
to be used by all other tokenizer functions.
|
to be used by all other tokenizer functions.
|
||||||
.Fa IFS
|
.Fa IFS
|
||||||
contains the Input Field Separators, which defaults to
|
contains the Input Field Separators, which defaults to
|
||||||
<space>, <tab>, and <newline> if
|
.Aq space ,
|
||||||
|
.Aq tab ,
|
||||||
|
and
|
||||||
|
.Aq newline
|
||||||
|
if
|
||||||
.Dv NULL .
|
.Dv NULL .
|
||||||
.It Fn tok_end
|
.It Fn tok_end
|
||||||
Clean up and finish with
|
Clean up and finish with
|
||||||
|
@ -696,11 +700,12 @@ of the cursor.
|
||||||
.Pp
|
.Pp
|
||||||
Returns
|
Returns
|
||||||
0 if successful,
|
0 if successful,
|
||||||
-1 for an internal error,
|
\-1 for an internal error,
|
||||||
1 for an unmatched single quote,
|
1 for an unmatched single quote,
|
||||||
2 for an unmatched double quote,
|
2 for an unmatched double quote,
|
||||||
and
|
and
|
||||||
3 for a backslash quoted <newline>.
|
3 for a backslash quoted
|
||||||
|
.Aq newline .
|
||||||
A positive exit code indicates that another line should be read
|
A positive exit code indicates that another line should be read
|
||||||
and tokenization attempted again.
|
and tokenization attempted again.
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in New Issue