diff options
Diffstat (limited to 'usr.sbin/ac')
| -rw-r--r-- | usr.sbin/ac/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/ac/ac.8 | 2 | ||||
| -rw-r--r-- | usr.sbin/ac/ac.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ac/Makefile b/usr.sbin/ac/Makefile index 349e9ce83e78..d746bd2401bc 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/05/18 08:00:44 csgr Exp $ +# $Id: Makefile,v 1.1 1994/09/26 22:12:24 davidg Exp $ PROG= ac MAN8= ac.8 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index b93566847100..4b0c764db2d6 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -28,7 +28,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: ac.8,v 1.6.2.1 1997/03/06 07:59:09 mpp Exp $ +.\" $Id: ac.8,v 1.6.2.2 1997/09/02 06:28:56 charnier Exp $ .\" .Dd March 15, 1994 .Dt AC 8 diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index 4daaac43730a..b2f01a9e5ed4 100644 --- a/usr.sbin/ac/ac.c +++ b/usr.sbin/ac/ac.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: ac.c,v 1.4.2.1 1997/08/29 05:14:56 imp Exp $"; + "$Id: ac.c,v 1.4.2.2 1997/09/02 06:28:56 charnier Exp $"; #endif #include <sys/types.h> |
