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/plpnfsd.man.in | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'doc/plpnfsd.man.in') 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