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.
.SH SOURCE
.B /sys/src/cmd/vac
.br
.B /sys/src/cmd/unvac
.SH "SEE ALSO"
.IR vacfs (4),
.IR venti (8)

View file

@ -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

View file

@ -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),

View file

@ -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.