summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrrq <rrq@web>2025-12-21 10:30:39 +0100
committerGNU Hurd web pages engine <web-hurd@gnu.org>2025-12-21 10:30:39 +0100
commit16c669bfae68a3e11cae6673646a20a62347b4c6 (patch)
tree33ad22fcf3da94e71be0421d06ae60f022239028
parent5cae940a219cd843121616dccc339a51e3e6ee0f (diff)
-rw-r--r--hurd/translator/nfs.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/translator/nfs.mdwn b/hurd/translator/nfs.mdwn
index d4310c42..ff157f8e 100644
--- a/hurd/translator/nfs.mdwn
+++ b/hurd/translator/nfs.mdwn
@@ -35,9 +35,9 @@ It all ran OOTB with only two specific configuration changes:
2. The **/hurd/nfs translator** is started with argument **"--nfs-program=3"** so as to make it use NFSv3 (the default is NFSv2). The startup command used thus has the following form:
- **settrans $MOUNTPOINT /hurd/nfs -s --nfs-program=3 $EXPORTPATH $SERVERHOST**
+ **settrans $LOCAL /hurd/nfs -s --nfs-program=3 $REMOTE $SERVER**
- where $MOUNTPOINT is a local existing pathname, e.g. */nfs*, $EXPORTPATH is the exported path on the server, e.g. */home/rrq/shared*, and $SERVERHOST is the server hostname or IP address, e.g. *172.18.46.1*.
+ where $LOCAL is a local existing pathname, e.g. */nfs*, $REMOTE is the exported path on the server, e.g. */home/rrq/shared*, and $SERVER is the server hostname or IP address, e.g. *172.18.46.1*.
Note that the *"-s"* argument is an optional author's choice, to let the **nfs** translator exit if it fails to connect on the first 3 attempts. Its default, without "-s", is to keep trying.