From eeab2fb47a7d5b97b50724289ffd5932c6147d83 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Sat, 11 Nov 2000 21:45:24 +0000 Subject: Updated manpages. --- doc/ncpd.man.in | 3 ++- doc/plpftp.man.in | 3 ++- doc/plpnfsd.man.in | 36 +++++++++++++++++++++++++++++++++++- 3 files changed, 39 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ncpd.man.in b/doc/ncpd.man.in index 86e99ef..b2575a0 100644 --- a/doc/ncpd.man.in +++ b/doc/ncpd.man.in @@ -66,7 +66,8 @@ Turn on all the above logging on. Do not background the daemon. .TP .BI "\-p " port -Specify the port to listen on - by default this is @DPORT@ +Specify the port to listen on - by default this is looked up in +/etc/services. If it is not found there, a builtin value of @DPORT@ is used. .TP .BI "\-s " device Specify the serial device to use to connect to the Psion - this defaults to diff --git a/doc/plpftp.man.in b/doc/plpftp.man.in index cc12b35..f03de83 100644 --- a/doc/plpftp.man.in +++ b/doc/plpftp.man.in @@ -27,7 +27,8 @@ enter "help". .TP .BI "\-p " port Specify the port to connect to (e.g. The port where ncpd is listening on) - -by default this is @DPORT@ +by default this is looked up in /etc/services. If it is not found there, +a builtin value of @DPORT@ is used. .TP .I ftpcommand parameters Allows you to specify an plpftp command on the command line. If specified, diff --git a/doc/plpnfsd.man.in b/doc/plpnfsd.man.in index d1b1057..37bc3d2 100644 --- a/doc/plpnfsd.man.in +++ b/doc/plpnfsd.man.in @@ -48,7 +48,8 @@ debug level (up to 3 times) .TP .BI "\-p " port Specify the port to connect to (e.g. the port where ncpd is listening on) - by -default this is +default, the port is looked up in /etc/services. If it is not found there, +a fallback builtin of .I @DPORT@. .TP .BI "\-d " mountdir @@ -63,6 +64,39 @@ who is running plpnfsd. If the user running plpnfsd is , s/he may also specify a different user. +.SH FILES +Below the special directory @MOUNTPOINT@/proc there are several special +files which can be used to control plpnfsd and/or view some information +of the connected Psion. +.TP +@MOUNTPOINT@/proc/exit +can be used to shutdown plpnfsd gracefully. To shutdown plpnfsd write +the string "stop" into that file. +.TP +@MOUNTPOINT@/proc/owner +shows the Psion's owner information. +.TP +@MOUNTPOINT@/proc/unixowner +The superuser (root) can set the owner of the mounted directory-tree +during runtime by writing the desired username into this file. +.TP +@MOUNTPOINT@/proc/debuglevel +Reading/writing from/to this file shows resp. sets the debug level. +.TP +@MOUNTPOINT@/proc/acache +Reading/writing from/to this file shows resp. sets the timeout value +for the attribute cache in seconds. +.TP +@MOUNTPOINT@/proc/dcache +Reading/writing from/to this file shows resp. sets the timeout value +for the data cache in seconds. +.TP +@MOUNTPOINT@/proc//cmd +Shows the name of the corresponding process on the Psion. +.TP +@MOUNTPOINT@/proc//args +Shows the arguments of the corresponding process on the Psion. + .SH SEE ALSO ncpd(8), plpftp(1) -- cgit v1.2.3