summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-08-26 07:02:03 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-08-26 07:02:03 +0200
commit55d4dec59378ab4e57f4f281b517b495bb9d894c (patch)
treeffac89ec665611e516e5e63da4914acc67318959
parent7432617f6a2ed3698d2d54abd3ebfde6b4407184 (diff)
downloadplan9front-55d4dec59378ab4e57f4f281b517b495bb9d894c.tar.xz
more manpage cleanup
-rwxr-xr-xrc/bin/service/startcifs14
-rw-r--r--sys/man/3/usb2
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