summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Monaco <andrea.monaco@autistici.org>2021-10-30 17:38:45 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2021-10-30 17:38:45 +0200
commit77cdd08a2faf08afd13610f11db694856a7ce44c (patch)
tree025e3a4af05e53190ff6fdd245b113f0a4ef7011
parent39794f24b1f15d57e8ab5483ea1908828998c99d (diff)
libnetfs: document return value of netfs_startup
* libnetfs/netfs.h: Ditto.
-rw-r--r--libnetfs/netfs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h
index d6a13bb1..38182ab7 100644
--- a/libnetfs/netfs.h
+++ b/libnetfs/netfs.h
@@ -404,7 +404,8 @@ void netfs_init (void);
/* Starts the netfs server. Called after netfs_init. BOOTSTRAP is
the bootstrap port. FLAGS indicate how to open the underlying node
- (Cf. hurd/fsys.defs). */
+ that's being translated (Cf. hurd/fsys.defs). Returns a port to
+ such node. */
mach_port_t netfs_startup (mach_port_t bootstrap, int flags);
/* Normally called as the last function in main. The netfs server now