summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-24 14:58:38 +0000
committerJim Meyering <jim@meyering.net>2003-01-24 14:58:38 +0000
commitb998bbef74f40ba203a62419b07b538f9966d9de (patch)
tree82ff2c75a89982abc22659dee98c82302a5e2c5f /doc
parentcae8997185fb9d2b4513f1ab323672843986c6b1 (diff)
downloadcoreutils-b998bbef74f40ba203a62419b07b538f9966d9de.tar.xz
Tweak mysql output to match input :-) From Jan.
Diffstat (limited to 'doc')
-rw-r--r--doc/coreutils.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 7e7271e20..b7184fabe 100644
--- a/doc/coreutils.texi
+++ b/doc/coreutils.texi
@@ -11911,14 +11911,14 @@ $ mysql -e 'create table home \
$ mysqlimport --fields-terminated-by=, test home.cs
@print{} test.home: Records: 4 Deleted: 0 Skipped: 0 Warnings: 0
$ mysql -e 'select * from home' test
-@print{} +------+------+------+------+---------------------+
-@print{} | d | u | g | o | name |
-@print{} +------+------+------+------+---------------------+
-@print{} | d | rwx | r-x | r-x | /home/fred/CVS |
-@print{} | d | rwx | --- | --- | /home/fred/Mail |
-@print{} | d | rwx | r-x | r-x | /home/fred/lilypond |
-@print{} | d | rwx | r-x | r-x | /home/fred/savannah |
-@print{} +------+------+------+------+---------------------+
+@print{} +------+------+------+------+----------+
+@print{} | d | u | g | o | name |
+@print{} +------+------+------+------+----------+
+@print{} | d | rwx | r-x | r-x | CVS |
+@print{} | d | rwx | --- | --- | Mail |
+@print{} | d | rwx | r-x | r-x | lilypond |
+@print{} | d | rwx | r-x | r-x | savannah |
+@print{} +------+------+------+------+----------+
@end example
But beware of assumptions.