aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rs
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2000-12-19 16:00:12 +0000
commit9b88faecd3630d92456ba16ca6b29818d0adcea9 (patch)
tree5c7bec083d37409434c8ffed9ba4c4698e3fadd2 /usr.bin/rs
parentd01e93063296251ec3f9207335c439c178b11cbf (diff)
downloadsrc-9b88faecd3630d92456ba16ca6b29818d0adcea9.tar.gz
src-9b88faecd3630d92456ba16ca6b29818d0adcea9.zip
Notes
Diffstat (limited to 'usr.bin/rs')
-rw-r--r--usr.bin/rs/rs.111
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1
index f392f9737c13..498382f46dcd 100644
--- a/usr.bin/rs/rs.1
+++ b/usr.bin/rs/rs.1
@@ -222,13 +222,16 @@ Finally, to sort a database by the first line of each 4-line field, try
.Xr sort 1 ,
.Xr vi 1
.Sh BUGS
+.Bl -item
+.It
Handles only two dimensional arrays.
-
+.It
The algorithm currently reads the whole file into memory,
so files that do not fit in memory will not be reshaped.
-
+.It
Fields cannot be defined yet on character positions.
-
+.It
Re-ordering of columns is not yet possible.
-
+.It
There are too many options.
+.El