From 77cdd08a2faf08afd13610f11db694856a7ce44c Mon Sep 17 00:00:00 2001 From: Andrea Monaco Date: Sat, 30 Oct 2021 17:38:45 +0200 Subject: libnetfs: document return value of netfs_startup * libnetfs/netfs.h: Ditto. --- libnetfs/netfs.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3