summaryrefslogtreecommitdiffstats
path: root/sbin/modunload
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
committerpeter <peter@FreeBSD.org>1997-02-22 14:40:44 +0000
commit4968036f61ba12b2d7bd7a825b0a79c67054a395 (patch)
tree6a3d976e25d26a7f7d12bdbe72ba026376cc00ff /sbin/modunload
parent090fb430f117cbbf541214c39f88eb57afb71d15 (diff)
downloadFreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.zip
FreeBSD-src-4968036f61ba12b2d7bd7a825b0a79c67054a395.tar.gz
Revert $FreeBSD$ to $Id$
Diffstat (limited to 'sbin/modunload')
-rw-r--r--sbin/modunload/Makefile2
-rw-r--r--sbin/modunload/modunload.82
-rw-r--r--sbin/modunload/modunload.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile
index f332270..9d923a3 100644
--- a/sbin/modunload/Makefile
+++ b/sbin/modunload/Makefile
@@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $FreeBSD$
+# $Id$
#
PROG= modunload
diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8
index c62c644..a4d98e3 100644
--- a/sbin/modunload/modunload.8
+++ b/sbin/modunload/modunload.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 June 7, 1993
.Dt MODUNLOAD 8
diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c
index ebfb7b4..f7c7c58 100644
--- a/sbin/modunload/modunload.c
+++ b/sbin/modunload/modunload.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>
OpenPOWER on IntegriCloud