Skip to content

Commit b1619ac

Browse files
committed
A few documentation updates
1 parent c2f83ad commit b1619ac

File tree

3 files changed

+7
-12
lines changed

3 files changed

+7
-12
lines changed

docs/ERRORLIST.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1152,13 +1152,7 @@ In version 3.1, you need to change your syntax for opening files to use
11521152
either of these assignment operators: >=, >>=, <=, |=, =| in stead of using
11531153
similar characters as part of the text string assigned to the file variable.
11541154

1155-
### RWL-292 error: "opening a file with '%s' in the file name is no longer supported"
1156-
In version 3.1, you need to change your syntax for opening files to use
1157-
either of these assignment operators: >=, >>=, <=, |=, =| in stead of using
1158-
similar characters as part of the text string assigned to the file variable.
1159-
To allow the previous behavior, use $pre31fileassign:on directive.
1160-
1161-
### RWL-293 warning: "closing a file with an operator used for open"
1155+
### RWL-292 warning: "closing a file with an operator used for open"
11621156
You are using one of the operators used to open a file or pipeline to
11631157
close a file by assigning null to it. You should use the := operator.
11641158

docs/refman/netthroughput.html

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/man2rwl/netthroughput.2rwl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ netthroughput.rwl \- Estimate SQL*Net throughput
44
.SH SYNOPSIS
55
\fBrwloadsim -u -l u/p@c [--rampup=N] [--concurrency=N] [--verbosetest] [--interval=N] [--fetcharray=N] [--mbperquery=M] [--period=N] [--csvoutput=file] [--csvappend=file] [--csvexcel] netthroughput.rwl\fR
66
.P
7-
The netthroughput.rwl utility estimates ping rates as well as throughput
8-
from the database to the client.
7+
The netthroughput.rwl utility can be used to estimate throughput from a database
8+
to the client or application server from which is running.
99
.SH OPTIONS
1010
\fB-u\fR
1111
.RS 4

0 commit comments

Comments
 (0)