Hide sccsid[]. Typo in man page.

This commit is contained in:
Philippe Charnier 1997-10-13 11:06:30 +00:00
parent 713fe15b36
commit 12873ebf56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30374
2 changed files with 8 additions and 4 deletions

View File

@ -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.

View File

@ -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 */
/*