diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 01:35:59 +0000 |
commit | 97d92980a96a50750844f420cc225ddf918f0699 (patch) | |
tree | fc27ba7986197654e0590b963524833255709f22 /usr.sbin/ac | |
parent | dacec3e8f2226e029edbfe9938772ed71d99af62 (diff) | |
download | src-test2-97d92980a96a50750844f420cc225ddf918f0699.tar.gz src-test2-97d92980a96a50750844f420cc225ddf918f0699.zip |
Notes
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 e3b47f524fcc..612b4c29932f 100644 --- a/usr.sbin/ac/Makefile +++ b/usr.sbin/ac/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $FreeBSD$ PROG= ac MAN8= ac.8 diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index aa062e27f637..f78fb8d9c2c5 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.11 1999/06/30 21:46:02 sheldonh Exp $ +.\" $FreeBSD$ .\" .Dd March 15, 1994 .Dt AC 8 diff --git a/usr.sbin/ac/ac.c b/usr.sbin/ac/ac.c index f9f90ebfc0d7..47732eea1f75 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.11 1999/06/30 21:46:03 sheldonh Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |