diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 1997-10-21 01:56:05 +0000 |
| commit | 14d01796b1ab61a57dbd60da66d8dac699a0a2e7 (patch) | |
| tree | 9444b2a63ad5396b894abd07c85ff08c9c031d26 /usr.bin/modstat | |
| parent | 58fda9eaaeb697cef01d825dfe2b6f045659c15c (diff) | |
Diffstat (limited to 'usr.bin/modstat')
| -rw-r--r-- | usr.bin/modstat/Makefile | 2 | ||||
| -rw-r--r-- | usr.bin/modstat/modstat.8 | 2 | ||||
| -rw-r--r-- | usr.bin/modstat/modstat.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/modstat/Makefile b/usr.bin/modstat/Makefile index c7f18f1cbf4a..bf523d7301c0 100644 --- a/usr.bin/modstat/Makefile +++ b/usr.bin/modstat/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.1 1994/08/19 12:14:02 davidg Exp $ +# $Id: Makefile,v 1.2 1996/05/30 02:19:03 pst Exp $ # PROG= modstat diff --git a/usr.bin/modstat/modstat.8 b/usr.bin/modstat/modstat.8 index b69672a04fc3..8a086f6d50b1 100644 --- a/usr.bin/modstat/modstat.8 +++ b/usr.bin/modstat/modstat.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: modstat.8,v 1.2.8.1 1996/12/04 16:08:27 phk Exp $ +.\" $Id: modstat.8,v 1.2.8.2 1997/07/30 06:42:43 charnier Exp $ .\" .Dd June 7, 1993 .Dt MODSTAT 8 diff --git a/usr.bin/modstat/modstat.c b/usr.bin/modstat/modstat.c index 5f080d631a6e..8aeb24879b40 100644 --- a/usr.bin/modstat/modstat.c +++ b/usr.bin/modstat/modstat.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id: modstat.c,v 1.4.2.2 1997/08/29 05:29:36 imp Exp $"; + "$Id: modstat.c,v 1.4.2.3 1997/09/15 09:20:51 jkh Exp $"; #endif /* not lint */ #include <a.out.h> |
