summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-02-28 00:16:13 +0000
committerats <ats@FreeBSD.org>1995-02-28 00:16:13 +0000
commit9f7120e3cca2c1cb8ab7302e0c60e3c76fcc155b (patch)
tree3c26afe289e5125cfb952ce0f21313ff76af2cc5 /share/man
parent24d1ddaad36d13e22588db10d2728465f1d18736 (diff)
downloadFreeBSD-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')
-rw-r--r--share/man/man8/man8.alpha/MAKEDEV.810
-rw-r--r--share/man/man8/man8.alpha/Makefile4
-rw-r--r--share/man/man8/man8.i386/MAKEDEV.810
-rw-r--r--share/man/man8/man8.i386/Makefile4
4 files changed, 12 insertions, 16 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>
diff --git a/share/man/man8/man8.i386/MAKEDEV.8 b/share/man/man8/man8.i386/MAKEDEV.8
index 40ca3b2..1c134b5 100644
--- a/share/man/man8/man8.i386/MAKEDEV.8
+++ b/share/man/man8/man8.i386/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.i386/Makefile b/share/man/man8/man8.i386/Makefile
index 101d791..c19b911 100644
--- a/share/man/man8/man8.i386/Makefile
+++ b/share/man/man8/man8.i386/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>
OpenPOWER on IntegriCloud