diff options
Diffstat (limited to 'sbin/modunload')
| -rw-r--r-- | sbin/modunload/Makefile | 2 | ||||
| -rw-r--r-- | sbin/modunload/modunload.8 | 2 | ||||
| -rw-r--r-- | sbin/modunload/modunload.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sbin/modunload/Makefile b/sbin/modunload/Makefile index 9d923a39687c..235e8d21e211 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. # -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 14:32:41 peter Exp $ # PROG= modunload diff --git a/sbin/modunload/modunload.8 b/sbin/modunload/modunload.8 index 0b69267de0b7..c5caec632252 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. .\" -.\" $Id: modunload.8,v 1.7 1997/02/22 14:32:42 peter Exp $ +.\" $Id: modunload.8,v 1.8 1998/03/19 07:45:43 charnier Exp $ .\" .Dd June 7, 1993 .Dt MODUNLOAD 8 diff --git a/sbin/modunload/modunload.c b/sbin/modunload/modunload.c index b09f8c9099df..a1aa86d4135e 100644 --- a/sbin/modunload/modunload.c +++ b/sbin/modunload/modunload.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: modunload.c,v 1.7 1998/07/06 07:09:13 charnier Exp $"; #endif /* not lint */ #include <err.h> |
