From 12873ebf5693791f06eedf5a90ae32417df2aa42 Mon Sep 17 00:00:00 2001 From: Philippe Charnier Date: Mon, 13 Oct 1997 11:06:30 +0000 Subject: [PATCH] Hide sccsid[]. Typo in man page. --- usr.sbin/rmt/rmt.8 | 6 +++--- usr.sbin/rmt/rmt.c | 6 +++++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/usr.sbin/rmt/rmt.8 b/usr.sbin/rmt/rmt.8 index dd3fead7eeee..8f9d0df7d25a 100644 --- a/usr.sbin/rmt/rmt.8 +++ b/usr.sbin/rmt/rmt.8 @@ -52,7 +52,7 @@ or call. .Pp The -.Nm rmt +.Nm program accepts requests specific to the manipulation of magnetic tapes, performs the commands, then responds with a status indication. All responses are in @@ -152,7 +152,7 @@ If .Ar count exceeds the size of the data buffer (10 kilobytes), it is truncated to the data buffer size. -.Nm rmt +.Nm Rmt then performs the requested .Xr read 2 and responds with @@ -198,7 +198,7 @@ sent (in binary). .Sm on .Pp Any other command causes -.Nm rmt +.Nm to exit. .Sh DIAGNOSTICS All responses are of the form described above. diff --git a/usr.sbin/rmt/rmt.c b/usr.sbin/rmt/rmt.c index 9a60527b6f9a..88b762389bf0 100644 --- a/usr.sbin/rmt/rmt.c +++ b/usr.sbin/rmt/rmt.c @@ -32,13 +32,17 @@ */ #ifndef lint -static char copyright[] = +static const char copyright[] = "@(#) Copyright (c) 1983, 1993\n\ The Regents of the University of California. All rights reserved.\n"; #endif /* not lint */ #ifndef lint +#if 0 static char sccsid[] = "@(#)rmt.c 8.1 (Berkeley) 6/6/93"; +#endif +static const char rcsid[] = + "$Id$"; #endif /* not lint */ /*