aboutsummaryrefslogtreecommitdiff
path: root/share/examples
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-10-01 09:36:43 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-10-01 09:36:43 +0000
commit5a2b666ce590a56f147e167aa07684af2d6b854a (patch)
treea5914e0a02f1f78fbcece53ec11bfddc64f76781 /share/examples
parentf94594b37a145b9b3e9ff31af2cd1dc3de8aa4d4 (diff)
parentb60a118dd88613da59c373d9a6eff5f8d35b53ea (diff)
downloadsrc-5a2b666ce590a56f147e167aa07684af2d6b854a.tar.gz
src-5a2b666ce590a56f147e167aa07684af2d6b854a.zip
Merge from head
Notes
Notes: svn path=/projects/release-pkg/; revision=288441
Diffstat (limited to 'share/examples')
-rw-r--r--share/examples/libvgl/Makefile.depend4
-rw-r--r--share/examples/mdoc/example.48
2 files changed, 3 insertions, 9 deletions
diff --git a/share/examples/libvgl/Makefile.depend b/share/examples/libvgl/Makefile.depend
index f52ca95b0a47..79eb58b4a779 100644
--- a/share/examples/libvgl/Makefile.depend
+++ b/share/examples/libvgl/Makefile.depend
@@ -1,10 +1,6 @@
# $FreeBSD$
# Autogenerated - do NOT edit!
-DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,}
-
-DEP_MACHINE := ${.PARSEFILE:E}
-
DIRDEPS = \
gnu/lib/libgcc \
include \
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4
index e5c8a1fe035c..946dd3a9ed15 100644
--- a/share/examples/mdoc/example.4
+++ b/share/examples/mdoc/example.4
@@ -26,15 +26,14 @@
.\"
.\" Note: The date here should be updated whenever a non-trivial
.\" change is made to the manual page.
-.Dd April 1, 2006
+.Dd July 31, 2015
.Dt EXAMPLE 4 i386
.Os
.Sh NAME
.Nm example
.Nd "example device driver manual page"
.Sh SYNOPSIS
-To compile the
-driver into the kernel,
+To compile the driver into the kernel,
place the following lines in the
kernel configuration file:
.Bd -ragged -offset indent
@@ -42,8 +41,7 @@ kernel configuration file:
.Cd "options EXAMPLE_DEBUG"
.Ed
.Pp
-Alternatively, to load the
-driver as a
+Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent