Browse Source

Plan 9 from Bell Labs 2003-11-27

David du Colombier 20 years ago
parent
commit
039e139bda
3 changed files with 17 additions and 10 deletions
  1. 1 1
      dist/replica/plan9.db
  2. 1 0
      dist/replica/plan9.log
  3. 15 9
      sys/man/8/fossilcons

+ 1 - 1
dist/replica/plan9.db

@@ -5008,7 +5008,7 @@ sys/man/8/cpurc - 664 sys sys 971455510 1275
 sys/man/8/cron - 664 sys sys 1063858596 1867
 sys/man/8/dhcpd - 664 sys sys 1032654987 5237
 sys/man/8/drawterm - 664 sys sys 958419689 2458
-sys/man/8/fossilcons - 664 sys sys 1068591368 14975
+sys/man/8/fossilcons - 664 sys sys 1069884636 15073
 sys/man/8/fs - 664 sys sys 1055701170 15029
 sys/man/8/fsconfig - 664 sys sys 1045501600 8142
 sys/man/8/httpd - 664 sys sys 1065640802 6426

+ 1 - 0
dist/replica/plan9.log

@@ -12813,3 +12813,4 @@
 1069815619 0 c sys/src/cmd/unix/u9fs/u9fs.c - 664 sys sys 1069814541 30917
 1069819220 0 c sys/src/cmd/disk/mkext.c - 664 sys sys 1069818199 5500
 1069819220 1 c sys/src/cmd/fossil/9p.c - 664 sys sys 1069818231 21498
+1069885828 0 c sys/man/8/fossilcons - 664 sys sys 1069884636 15073

+ 15 - 9
sys/man/8/fossilcons

@@ -93,7 +93,7 @@ con /srv/fscons
 .I name
 .B open
 [
-.B -APVWr
+.B -APWr
 ]
 [
 .B -c
@@ -359,6 +359,18 @@ With the
 flag, 
 .I srv 
 edits a list of console services rather than 9P services.
+With no arguments,
+.I srv
+prints the current list of services.
+With one argument, srv
+.I name
+starts a new service at
+.IR /srv/name ;
+the
+.B -d
+flag causes 
+.I srv
+to remove the named service.
 See the
 .I [fsys] open
 command below for a description of the
@@ -587,11 +599,8 @@ If no
 command is issued before
 .IR open ,
 the default Venti server will be used.
-If the file system is open,
-and was not opened with the
-.B -V
-flag,
-the command redials the Venti server.
+If the file system is open, the command
+redials the Venti server.
 This can be used to reestablish broken connections.
 It is not a good idea to use the command to switch
 between Venti servers, since Fossil does not keep track
@@ -609,9 +618,6 @@ run with no authentication
 .B -P
 run with no permission checking
 .TP
-.B -V
-do not attempt to connect to a Venti server
-.TP
 .B -W
 allow wstat to make arbitrary changes to the user and group fields
 .TP