diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 23:22:59 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-21 23:22:59 +0200 |
commit | 61e9d23eb24ce2e1fda045f74752a825f0545aa1 (patch) | |
tree | f7f48a6eca5cb96aa857834ad3fa157cfa67b988 /sys/man | |
parent | 12d6eb0ce3d6701a7a5e44083e18a3cb32a64539 (diff) |
cpu, import: remove old9p support
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/cpu | 12 | ||||
-rw-r--r-- | sys/man/4/srv | 108 |
2 files changed, 2 insertions, 118 deletions
diff --git a/sys/man/1/cpu b/sys/man/1/cpu index b523911a2..4988f58c7 100644 --- a/sys/man/1/cpu +++ b/sys/man/1/cpu @@ -36,8 +36,6 @@ cpu \- connection to CPU server .I address ] [ .B -R -| -.B -O ] .SH DESCRIPTION .I Cpu @@ -183,21 +181,13 @@ to run the server (remote) side of the protocol. It is run from service files such as .BR /bin/service/tcp17010 . The -.B -O -flag is similar but simulates the pre-9P2000 version -of the -.I cpu -protocol. -The .B -n option allows using the .B none authentication method for incoming connections and must be specified before the .B -R -and -.B -O -flags. +flag. .PP The .B -p diff --git a/sys/man/4/srv b/sys/man/4/srv index 9c83e26cd..5d2164791 100644 --- a/sys/man/4/srv +++ b/sys/man/4/srv @@ -1,6 +1,6 @@ .TH SRV 4 .SH NAME -srv, srvold9p, 9fs, srvssh \- start network file service +srv, srvssh, 9fs \- start network file service .SH SYNOPSIS .B srv [ @@ -41,35 +41,6 @@ srv, srvold9p, 9fs, srvssh \- start network file service .B 9fs .RI [ net !] system .RI [ mountpoint ] -.PP -.in +0.5i -.ti -0.5i -.B srvold9p -[ -.B -abcCdF -] [ -.B -p -.I servicename -] [ -.B -s -| -.B -m -.I mountpoint -] [ -.B -u -.I user -] [ -.B -x -.I command -| -.B -n -.I network-addr -| -.B -f -.I file -] -.br -.in -0.5i .SH DESCRIPTION .I Srv dials the given machine and initializes the connection to serve the @@ -208,67 +179,6 @@ see the introductory comment in .BR /rc/bin/srvssh . The arguments are the same as .IR srv . -.PP -.I Srvold9p -is a compatibilty hack to allow Fourth Edition Plan 9 systems -to connect to older 9P servers. -It functions as a variant of -.I srv -that performs a version translation on the 9P messages on the underlying connection. -Some of its options are the same as those of -.IR srv ; -the special ones are: -.TF "-x commandxx" -.PD -.TP -.B -d -Enable debugging. -.TP -.B -F -Insert a special (internal) filter process to the connection to maintain -message boundaries; usually only needed on TCP connections. -.TP -.BI -p\ servicename -Post the service under -.IR srv (3) -as -.BI /srv/ servicename\f1. -.TP -.BI -u\ user -When connecting to the remote server, log in as -.IR user . -Since -.I srvold9p -does no authentication, and since new kernels cannot authenticate to -old services, the likeliest value of -.I user -is -.BR none . -.TP -.BI -x\ command -Run -.I command -and use its standard input and output as the 9P service connection. -If the -.I command -string contains blanks, it should be quoted. -.TP -.BI -n\ network-addr -Dial -.I network-addr -to establish the connection. -.TP -.BI -f\ file -Use -.I file -(typically an existing -.IR srv (3) -file) as the connection. -.PP -.I Srvold9p -is run automatically when a -.IR cpu (1) -call is received on the service port for the old protocol. .SH EXAMPLES To see kremvax's and deepthought's files in .B /n/kremvax @@ -280,20 +190,6 @@ and 9fs hhgttg /n/deepthought .EE .PP -To mount as user -.B none -a connection to an older server kgbsun: -.IP -.EX -srvold9p -u none -m /n/kgbsun -p kgbsun -n il!kgbsun -.EE -.PP -Other windows may then mount the connection directly: -.IP -.EX -mount /srv/kgbsun /n/kgbsun -.EE -.PP To connect to an instance of the Unix server .IR u9fs (4) started via @@ -316,8 +212,6 @@ and .B /rc/bin/9fs .br .B /rc/bin/srvssh -.br -.B /sys/src/cmd/srvold9p .SH "SEE ALSO" .IR bind (1), .IR auth (2), |