aboutsummaryrefslogtreecommitdiff
path: root/sbin/modload
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commitc0ec1f37ef32e9f3d3b1ad77f6af2fa650a1dc82 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/modload
parent9e522f7a18a64d3b9ea901ed70d0eee78342f0c6 (diff)
Notes
Diffstat (limited to 'sbin/modload')
-rw-r--r--sbin/modload/Makefile2
-rw-r--r--sbin/modload/modload.82
-rw-r--r--sbin/modload/modload.c2
-rw-r--r--sbin/modload/pathnames.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile
index d55588d18f39..bff89359aee1 100644
--- a/sbin/modload/Makefile
+++ b/sbin/modload/Makefile
@@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $Id$
#
PROG= modload
diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8
index 80e11fdf9e6d..ff4895095795 100644
--- a/sbin/modload/modload.8
+++ b/sbin/modload/modload.8
@@ -23,7 +23,7 @@
.\" (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$
+.\" $Id$
.\"
.Dd September 22, 1994
.Dt MODLOAD 8
diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c
index d2aac78320a6..6f1c174beccb 100644
--- a/sbin/modload/modload.c
+++ b/sbin/modload/modload.c
@@ -29,7 +29,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $FreeBSD$
+ * $Id$
*/
#include <stdio.h>
diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h
index d4e33f03dcdb..4359013dd9f3 100644
--- a/sbin/modload/pathnames.h
+++ b/sbin/modload/pathnames.h
@@ -1,4 +1,4 @@
-/* $FreeBSD$ */
+/* $Id$ */
#include <paths.h>
#define _PATH_LKM "/dev/lkm"