diff options
Diffstat (limited to 'bin/hostname')
| -rw-r--r-- | bin/hostname/Makefile | 2 | ||||
| -rw-r--r-- | bin/hostname/hostname.1 | 2 | ||||
| -rw-r--r-- | bin/hostname/hostname.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/hostname/Makefile b/bin/hostname/Makefile index adee034af686..4952e0154663 100644 --- a/bin/hostname/Makefile +++ b/bin/hostname/Makefile @@ -1,5 +1,5 @@ # @(#)Makefile 8.1 (Berkeley) 5/31/93 -# $Id$ +# Makefile,v 1.2 1994/09/24 02:55:39 davidg Exp PROG= hostname diff --git a/bin/hostname/hostname.1 b/bin/hostname/hostname.1 index 8235045fb25f..801e84d4f410 100644 --- a/bin/hostname/hostname.1 +++ b/bin/hostname/hostname.1 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)hostname.1 8.1 (Berkeley) 5/31/93 -.\" $Id$ +.\" hostname.1,v 1.2 1994/09/24 02:55:40 davidg Exp .\" .Dd May 31, 1993 .Dt HOSTNAME 1 diff --git a/bin/hostname/hostname.c b/bin/hostname/hostname.c index 00408ecdd353..ea883bdb579c 100644 --- a/bin/hostname/hostname.c +++ b/bin/hostname/hostname.c @@ -30,7 +30,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * hostname.c,v 1.2 1994/09/24 02:55:40 davidg Exp */ #ifndef lint |
