Skip to content

Commit

Permalink
Change _ to - in lower case special var names
Browse files Browse the repository at this point in the history
Well, they're fields on $*OUT, but close enough
  • Loading branch information
hoelzro committed Sep 9, 2014
1 parent eae404d commit 616a6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S28-special-names.pod
Expand Up @@ -192,8 +192,8 @@ If a column has a "-" in it, it means that item is unavailable in that version o
$. $NR $*IN.ins()
$/ $RS $*IN.input-line-separator()
$| $*OUT.autoflush()
$, $OFS $*OUT.output_field_separator()
$\ $*OUT.output_record_separator()
$, $OFS $*OUT.output-field-separator()
$\ $*OUT.output-record-separator()
$" $LIST_SEPARATOR -
$; $SUBSEP -
$$ $PID $*PID
Expand Down

0 comments on commit 616a6ad

Please sign in to comment.