diff options
-rwxr-xr-x | rc/bin/service/startcifs | 14 | ||||
-rw-r--r-- | sys/man/3/usb | 2 |
2 files changed, 1 insertions, 15 deletions
diff --git a/rc/bin/service/startcifs b/rc/bin/service/startcifs deleted file mode 100755 index 34d6048cc..000000000 --- a/rc/bin/service/startcifs +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/rc -# startcifs - (re)start cifs (smb) server -echo killing old cifs server -Kill aquarela | rc - -echo starting new cifs server -@ { - echo 'srv -A local' >>/srv/fscons - sleep 2 - chmod 666 /srv/local - 9fs local - cd /sys/log - aquarela -} & diff --git a/sys/man/3/usb b/sys/man/3/usb index 15d2c861c..ea38a212c 100644 --- a/sys/man/3/usb +++ b/sys/man/3/usb @@ -515,7 +515,7 @@ Dumps data structures for inspection. .B #u/usb root of the USB interface .SH SOURCE -.B /sys/src/9/pc/usb.h +.B /sys/src/9/port/usb.h .br .B /sys/src/9/pc/devusb.c .br |