diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1997-01-14 07:20:47 +0000 |
| commit | 1130b656e5fe4c2d1ba299e024d1b40eaeebd380 (patch) | |
| tree | 1ee435de0c816086549d85bbabfe30ead7f413ec /sbin/modload | |
| parent | aac45e814cf997f0df77795a3c06385075ef005a (diff) | |
Notes
Diffstat (limited to 'sbin/modload')
| -rw-r--r-- | sbin/modload/Makefile | 2 | ||||
| -rw-r--r-- | sbin/modload/modload.8 | 2 | ||||
| -rw-r--r-- | sbin/modload/modload.c | 2 | ||||
| -rw-r--r-- | sbin/modload/pathnames.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sbin/modload/Makefile b/sbin/modload/Makefile index 265869fbaa6a..d55588d18f39 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. # -# $Id: Makefile,v 1.4 1994/02/09 15:00:32 deraadt Exp $ +# $FreeBSD$ # PROG= modload diff --git a/sbin/modload/modload.8 b/sbin/modload/modload.8 index c0338cdb3442..80e11fdf9e6d 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. .\" -.\" $Id: modload.8,v 1.7 1995/10/28 17:06:02 peter Exp $ +.\" $FreeBSD$ .\" .Dd September 22, 1994 .Dt MODLOAD 8 diff --git a/sbin/modload/modload.c b/sbin/modload/modload.c index 71dffc3a3d95..d2aac78320a6 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. * - * $Id: modload.c,v 1.13 1996/08/13 00:50:59 pst Exp $ + * $FreeBSD$ */ #include <stdio.h> diff --git a/sbin/modload/pathnames.h b/sbin/modload/pathnames.h index 4359013dd9f3..d4e33f03dcdb 100644 --- a/sbin/modload/pathnames.h +++ b/sbin/modload/pathnames.h @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $FreeBSD$ */ #include <paths.h> #define _PATH_LKM "/dev/lkm" |
