diff options
author | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
commit | e6cfc0711d42b788dfda52afaa34dfa1d8d0c836 (patch) | |
tree | 3e3e99138c29467e2987054a0115836dd1c5912b /usr.bin/rs/rs.1 | |
parent | 4d68e37482c9f0a699a5289ec9e03c9d8eb0b2ec (diff) | |
download | FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.zip FreeBSD-src-e6cfc0711d42b788dfda52afaa34dfa1d8d0c836.tar.gz |
Prepare for mdoc(7)NG.
Diffstat (limited to 'usr.bin/rs/rs.1')
-rw-r--r-- | usr.bin/rs/rs.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index f392f97..498382f 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 |