summaryrefslogtreecommitdiffstats
path: root/bin/stty/stty.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:51:59 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:51:59 +0000
commitd40a1af7e08585baef50c2b39e2084a2895d94f9 (patch)
tree934a5d633259fb57b60f4e0c4832781b53acaa9c /bin/stty/stty.c
parent50b030d998b91f966fc075e6f1ea84b00c3cc91c (diff)
downloadFreeBSD-src-d40a1af7e08585baef50c2b39e2084a2895d94f9.zip
FreeBSD-src-d40a1af7e08585baef50c2b39e2084a2895d94f9.tar.gz
Correct use of .Nm. Add rcsid.
Diffstat (limited to 'bin/stty/stty.c')
-rw-r--r--bin/stty/stty.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/stty/stty.c b/bin/stty/stty.c
index 2e047f6..b2965a8 100644
--- a/bin/stty/stty.c
+++ b/bin/stty/stty.c
@@ -29,8 +29,6 @@
* LIABILITY, OR TORT (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: stty.c,v 1.10 1997/03/28 15:24:41 imp Exp $
*/
#ifndef lint
@@ -40,7 +38,11 @@ static char const copyright[] =
#endif /* not lint */
#ifndef lint
-static char const sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
+#if 0
+static char sccsid[] = "@(#)stty.c 8.3 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <sys/types.h>
OpenPOWER on IntegriCloud