From 55d4dec59378ab4e57f4f281b517b495bb9d894c Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Fri, 26 Aug 2011 07:02:03 +0200 Subject: more manpage cleanup --- rc/bin/service/startcifs | 14 -------------- sys/man/3/usb | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100755 rc/bin/service/startcifs 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 -- cgit v1.2.3