git: 9front

Download patch

ref: d981589815f4cf0ed82f0b7c7fa8e96baf6e0bb5
parent: 1ea0b342c5a77a81cbfe86bad6a854d2e12fdb36
author: cinap_lenrek <cinap_lenrek@localhost>
date: Fri Aug 26 03:02:03 EDT 2011

more manpage cleanup

--- a/rc/bin/service/startcifs
+++ /dev/null
@@ -1,14 +1,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
-} &
--- a/sys/man/3/usb
+++ b/sys/man/3/usb
@@ -515,7 +515,7 @@
 .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
--