summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorXavier Grave <xavier.grave@laposte.net>2015-05-29 21:31:47 +0200
committerXavier Grave <xavier.grave@laposte.net>2015-05-29 21:31:47 +0200
commit98ad0ae0574941af6a1c1ed72bac9af7c1fc7c2f (patch)
treebfc14ebd4b0edf8faa2a31f7c210cd6e7d65f905 /hurd
parent5ee9720cf84d36fcbf02a1623ee1ddfb8980900d (diff)
[ADA4HURD] minor update of results for get_dirents implementation
Diffstat (limited to 'hurd')
-rw-r--r--hurd/documentation/netfs_ada_results.mdwn10
1 files changed, 9 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn
index ab5fab3a..08ab273d 100644
--- a/hurd/documentation/netfs_ada_results.mdwn
+++ b/hurd/documentation/netfs_ada_results.mdwn
@@ -170,4 +170,12 @@ is included in the section entitled
### cd node
* OK
- * ls in node directory display leafs \ No newline at end of file
+ * ls in node directory display leafs
+
+### ls node then ls node/path\ 2
+ * OK
+ * display leafs in directory path 2
+
+### ls node/path\ 2
+ * NOK
+ * display message : "ls: cannot access node/path 2: No such file or directory"