vac(1), ec(2), usb(3), hjfs(8): fix source reference

This commit is contained in:
cinap_lenrek 2013-01-09 08:17:09 +01:00
parent 6d6138fbd8
commit 1c69f9c023
4 changed files with 4 additions and 6 deletions

View file

@ -169,8 +169,6 @@ to standard error.
If listing files, print metadata in addition to the names. If listing files, print metadata in addition to the names.
.SH SOURCE .SH SOURCE
.B /sys/src/cmd/vac .B /sys/src/cmd/vac
.br
.B /sys/src/cmd/unvac
.SH "SEE ALSO" .SH "SEE ALSO"
.IR vacfs (4), .IR vacfs (4),
.IR venti (8) .IR venti (8)

View file

@ -108,7 +108,7 @@ in case of error
failing failing
.IR malloc (2)). .IR malloc (2)).
.SH SOURCE .SH SOURCE
.B /sys/src/libsec/ec.c .B /sys/src/libsec/port/ecc.c
.SH SEE ALSO .SH SEE ALSO
.I .I
Standards for Efficient Cryptography (SEC) 1: Elliptic Curve Cryptography Standards for Efficient Cryptography (SEC) 1: Elliptic Curve Cryptography

View file

@ -517,9 +517,9 @@ root of the USB interface
.SH SOURCE .SH SOURCE
.B /sys/src/9/port/usb.h .B /sys/src/9/port/usb.h
.br .br
.B /sys/src/9/pc/devusb.c .B /sys/src/9/port/devusb.c
.br .br
.B /sys/src/9/pc/usb?hci.c .B /sys/src/9/*/usb*.c
.SH "SEE ALSO" .SH "SEE ALSO"
.IR nusb (2), .IR nusb (2),
.IR nusb (4), .IR nusb (4),

View file

@ -196,7 +196,7 @@ Check disk usage (output appears on the system console).
.SH SEE ALSO .SH SEE ALSO
.IR hjfs (4) .IR hjfs (4)
.SH SOURCE .SH SOURCE
.B /sys/src/hjfs .B /sys/src/cmd/hjfs
.SH BUGS .SH BUGS
.B Debug-chdeind .B Debug-chdeind
should perhaps be less crazy and have a portable interface. should perhaps be less crazy and have a portable interface.