diff options
author | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 07:02:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@localhost> | 2011-08-26 07:02:03 +0200 |
commit | 55d4dec59378ab4e57f4f281b517b495bb9d894c (patch) | |
tree | ffac89ec665611e516e5e63da4914acc67318959 | |
parent | 7432617f6a2ed3698d2d54abd3ebfde6b4407184 (diff) | |
download | plan9front-55d4dec59378ab4e57f4f281b517b495bb9d894c.tar.xz |
more manpage cleanup
-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 |