diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:51:22 +0000 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2021-12-31 15:51:22 +0000 |
commit | 31f66da43347e73de92995b7e50f1df1c0e8131f (patch) | |
tree | 6eebe42c80fba8221da2df30ab47e1f3862ed6e0 /sys/man/4 | |
parent | 917f57b6c38826476172aa4ec6cfa3075465a824 (diff) |
ftpfs(4): import -> rimport
Diffstat (limited to 'sys/man/4')
-rw-r--r-- | sys/man/4/ftpfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/man/4/ftpfs b/sys/man/4/ftpfs index e1f37c537..6c9a618bd 100644 --- a/sys/man/4/ftpfs +++ b/sys/man/4/ftpfs @@ -163,14 +163,14 @@ option. You want anonymous FTP access to the system .BR export.lcs.mit.edu . The first -.IR import (4) +.IR rimport (1) command is only necessary if your machine does not have access to the desired system, but another, called .B gateway in this example, does. .IP .EX -import gateway /net +rimport gateway /net ftpfs -a yourname@yourmachine export.lcs.mit.edu .EE .SH SOURCE |