summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2013-01-09 08:17:09 +0100
committercinap_lenrek <cinap_lenrek@gmx.de>2013-01-09 08:17:09 +0100
commit1c69f9c023e64225ffca05f955077012880accb4 (patch)
treea048318fddfdcf3d0cc8b7789e4a9a693b02df2f
parent6d6138fbd881a4ed583e5590e4a4adfe8a96911b (diff)
vac(1), ec(2), usb(3), hjfs(8): fix source reference
-rw-r--r--sys/man/1/vac2
-rw-r--r--sys/man/2/ec2
-rw-r--r--sys/man/3/usb4
-rw-r--r--sys/man/8/hjfs2
4 files changed, 4 insertions, 6 deletions
diff --git a/sys/man/1/vac b/sys/man/1/vac
index 0cf30b01d..68d697162 100644
--- a/sys/man/1/vac
+++ b/sys/man/1/vac
@@ -169,8 +169,6 @@ to standard error.
If listing files, print metadata in addition to the names.
.SH SOURCE
.B /sys/src/cmd/vac
-.br
-.B /sys/src/cmd/unvac
.SH "SEE ALSO"
.IR vacfs (4),
.IR venti (8)
diff --git a/sys/man/2/ec b/sys/man/2/ec
index 096fa11a9..c4c205060 100644
--- a/sys/man/2/ec
+++ b/sys/man/2/ec
@@ -108,7 +108,7 @@ in case of error
failing
.IR malloc (2)).
.SH SOURCE
-.B /sys/src/libsec/ec.c
+.B /sys/src/libsec/port/ecc.c
.SH SEE ALSO
.I
Standards for Efficient Cryptography (SEC) 1: Elliptic Curve Cryptography
diff --git a/sys/man/3/usb b/sys/man/3/usb
index ea38a212c..a28da7ad3 100644
--- a/sys/man/3/usb
+++ b/sys/man/3/usb
@@ -517,9 +517,9 @@ root of the USB interface
.SH SOURCE
.B /sys/src/9/port/usb.h
.br
-.B /sys/src/9/pc/devusb.c
+.B /sys/src/9/port/devusb.c
.br
-.B /sys/src/9/pc/usb?hci.c
+.B /sys/src/9/*/usb*.c
.SH "SEE ALSO"
.IR nusb (2),
.IR nusb (4),
diff --git a/sys/man/8/hjfs b/sys/man/8/hjfs
index 25237fd02..e7f84740c 100644
--- a/sys/man/8/hjfs
+++ b/sys/man/8/hjfs
@@ -196,7 +196,7 @@ Check disk usage (output appears on the system console).
.SH SEE ALSO
.IR hjfs (4)
.SH SOURCE
-.B /sys/src/hjfs
+.B /sys/src/cmd/hjfs
.SH BUGS
.B Debug-chdeind
should perhaps be less crazy and have a portable interface.