Module Name:    src
Committed By:   pgoyette
Date:           Wed Nov  2 19:21:49 UTC 2011

Modified Files:
        src/usr.bin/tic: tic.1

Log Message:
Fix a couple of mis-spellings of "descriptions"


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/tic/tic.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/tic/tic.1
diff -u src/usr.bin/tic/tic.1:1.8 src/usr.bin/tic/tic.1:1.9
--- src/usr.bin/tic/tic.1:1.8	Thu Feb 11 13:44:14 2010
+++ src/usr.bin/tic/tic.1	Wed Nov  2 19:21:49 2011
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tic.1,v 1.8 2010/02/11 13:44:14 wiz Exp $
+.\"	$NetBSD: tic.1,v 1.9 2011/11/02 19:21:49 pgoyette Exp $
 .\"
 .\" Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -62,9 +62,9 @@ instead of
 For
 .Ar term1 , term2 , ...
 output a C structure containing name, compiled description, and compiled size.
-This can be used to embed terminal descriptons into a program.
+This can be used to embed terminal descriptions into a program.
 .It Fl s
-Display the number of terminal descritions written to the database.
+Display the number of terminal descriptions written to the database.
 .It Fl x
 Include non standard capabilities defined in the
 .Ar source .

Reply via email to