diff options
author | ats <ats@FreeBSD.org> | 1995-02-28 00:16:13 +0000 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-28 00:16:13 +0000 |
commit | 9f7120e3cca2c1cb8ab7302e0c60e3c76fcc155b (patch) | |
tree | 3c26afe289e5125cfb952ce0f21313ff76af2cc5 /share/man/man8/man8.alpha | |
parent | 24d1ddaad36d13e22588db10d2728465f1d18736 (diff) | |
download | FreeBSD-src-9f7120e3cca2c1cb8ab7302e0c60e3c76fcc155b.zip FreeBSD-src-9f7120e3cca2c1cb8ab7302e0c60e3c76fcc155b.tar.gz |
build the link from man8/man8.i386/MAKEDEV.8 toman8/MAKEDEV.8 so that this
manual page can now also be read.
Change the references in MAKEDEV from com to tty and delete flog and add
sd instead.
Need much more work, but for today, after i lost my first changes through
a new sup :-), that's enough.
Diffstat (limited to 'share/man/man8/man8.alpha')
-rw-r--r-- | share/man/man8/man8.alpha/MAKEDEV.8 | 10 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/Makefile | 4 |
2 files changed, 6 insertions, 8 deletions
diff --git a/share/man/man8/man8.alpha/MAKEDEV.8 b/share/man/man8/man8.alpha/MAKEDEV.8 index 40ca3b2..1c134b5 100644 --- a/share/man/man8/man8.alpha/MAKEDEV.8 +++ b/share/man/man8/man8.alpha/MAKEDEV.8 @@ -69,7 +69,7 @@ configuration specific devices .br .ns .TP 10 -com# +tty# standard PC COM ports .br .ns @@ -79,13 +79,13 @@ fd# .br .ns .TP 10 -flog# -kernel logging device +pty# +set of 16 master and slave pseudo terminals .br .ns .TP 10 -pty# -set of 16 master and slave pseudo terminals +sd# +``winchester'' disk drives (SCSI). .br .ns .TP 10 diff --git a/share/man/man8/man8.alpha/Makefile b/share/man/man8/man8.alpha/Makefile index 101d791..c19b911 100644 --- a/share/man/man8/man8.alpha/Makefile +++ b/share/man/man8/man8.alpha/Makefile @@ -3,8 +3,6 @@ MAN8= MAKEDEV.8 MANSUBDIR=/i386 -clean depend lint tags: - -install: maninstall +MLINKS= MAKEDEV.8 ../MAKEDEV.8 .include <bsd.prog.mk> |