diff options
author | Xavier Grave <xavier.grave@laposte.net> | 2015-05-29 21:57:40 +0200 |
---|---|---|
committer | Xavier Grave <xavier.grave@laposte.net> | 2015-05-29 21:57:40 +0200 |
commit | 47e4765a4efc9b326b336296e360f5dd22a6b9fa (patch) | |
tree | a9692f57e681f179a902be623355b62f0d7dd48e /hurd | |
parent | 98ad0ae0574941af6a1c1ed72bac9af7c1fc7c2f (diff) |
[ADA4HURD] update of results for depth parameter set to 3
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 08ab273d..c7f48bc7 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -172,10 +172,14 @@ is included in the section entitled * OK * ls in node directory display leafs +## Rev 2270e1726850 + + * depth parameter goes from 2 to 3 + ### 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" + * OK + * needed to fix a missing update in the child node (because update was done only on get_dirents call) |