diff options
Diffstat (limited to 'usr.bin/rs/rs.1')
-rw-r--r-- | usr.bin/rs/rs.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rs/rs.1 b/usr.bin/rs/rs.1 index 6858e7fe4858..dd4a3c3d07fd 100644 --- a/usr.bin/rs/rs.1 +++ b/usr.bin/rs/rs.1 @@ -198,7 +198,7 @@ To convert stream input into vector output and back again, use A 10 by 10 array of random numbers from 1 to 100 and its transpose can be generated with .Bd -literal -offset indent -% jot \-r 100 | rs 10 10 | tee array | rs \-T > tarray +% jot \-r 100 | rs 10 10 | tee array | rs \-T > tarray .Ed .Pp In the editor |