diff options
author | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-02-22 14:40:44 +0000 |
commit | 4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch) | |
tree | 6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/modload | |
parent | 090fb430f117cbbf541214c39f88eb57afb71d15 (diff) | |
download | FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz |
Revert $FreeBSD$ to $Id$
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 d55588d..bff8935 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 80e11fd..ff48950 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 d2aac78..6f1c174 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 d4e33f0..4359013 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" |