]> git.proxmox.com Git - grub2.git/commitdiff
Fix command description in case of a device name passed as argument.
authorFrancesco Lavra <francescolavra.fl@gmail.com>
Thu, 28 Nov 2013 13:25:52 +0000 (17:25 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Thu, 28 Nov 2013 13:25:52 +0000 (17:25 +0400)
ChangeLog
docs/grub.texi

index d24f5334563e40e9026059d5203999314d8fff9c..190a525911946f81c3bcbc1894df0fbb85b1e554 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-11-27  Francesco Lavra  <francescolavra.fl@gmail.com>
+
+       * docs/grub.texi (ls): Fix command description in case of a device name
+       passed as argument.
+
 2013-11-27  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Eliminate variable length arrays in grub_vsnprintf_real.
index 6aee292f0b52bc937e1988fba90fd3c13b81edf8..529e328b2c3ec66e8a940075953ad743a5cffed8 100644 (file)
@@ -4420,7 +4420,7 @@ List devices or files.
 With no arguments, print all devices known to GRUB.
 
 If the argument is a device name enclosed in parentheses (@pxref{Device
-syntax}), then list all files at the root directory of that device.
+syntax}), then print the name of the filesystem of that device.
 
 If the argument is a directory given as an absolute file name (@pxref{File
 name syntax}), then list the contents of that directory.