summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2003-03-25 15:07:01 +0000
committerkeramida <keramida@FreeBSD.org>2003-03-25 15:07:01 +0000
commit6e2e539f021bbf81c46f67e088bba66ece4ee0c9 (patch)
treeed3614786c143fbd42dc3125005fe119b616e08f
parente8b53d24b75fd7a0c935bd753305de4ac72f089e (diff)
downloadFreeBSD-src-6e2e539f021bbf81c46f67e088bba66ece4ee0c9.zip
FreeBSD-src-6e2e539f021bbf81c46f67e088bba66ece4ee0c9.tar.gz
Add a tiny manpage to make sure users aren't surprised when they
search for MAKEDEV, now that it's deprecated.
-rw-r--r--share/man/man8/MAKEDEV.843
-rw-r--r--share/man/man8/Makefile3
2 files changed, 45 insertions, 1 deletions
diff --git a/share/man/man8/MAKEDEV.8 b/share/man/man8/MAKEDEV.8
new file mode 100644
index 0000000..46fa55e
--- /dev/null
+++ b/share/man/man8/MAKEDEV.8
@@ -0,0 +1,43 @@
+.\" Copyright (c) 2003, Giorgos Keramidas
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd March 25, 2003
+.Dt MAKEDEV 8
+.Os
+.Sh NAME
+.Nm MAKEDEV
+.Nd old script for creating device nodes
+.Sh DESCRIPTION
+The MAKEDEV script was deprecated by
+.Xr devfs 5
+and removed from FreeBSD after
+.Xr devfs 5
+became mandatory.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr devfs 5 ,
+.Xr intro 8 ,
+.Xr mount_devfs 8
diff --git a/share/man/man8/Makefile b/share/man/man8/Makefile
index 83de54d..6d9cab9 100644
--- a/share/man/man8/Makefile
+++ b/share/man/man8/Makefile
@@ -1,7 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 6/5/93
# $FreeBSD$
-MAN= adding_user.8 \
+MAN= MAKEDEV.8 \
+ adding_user.8 \
crash.8 \
diskless.8 \
intro.8 \
OpenPOWER on IntegriCloud