diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-03-15 19:16:11 +0000 |
commit | c31e5e5bcf7bf7de0db1e46e17e91140609098bd (patch) | |
tree | a051f8ee9f13800ce454cf087cadb56157d3da5d /gnu/usr.bin/texinfo | |
parent | 1bd06f0549fbad4189f93bd32487e0a394e8fa3c (diff) |
specifed -> specified
Diffstat (limited to 'gnu/usr.bin/texinfo')
-rw-r--r-- | gnu/usr.bin/texinfo/doc/texinfo.txi | 16 | ||||
-rw-r--r-- | gnu/usr.bin/texinfo/info/info.c | 4 |
2 files changed, 10 insertions, 10 deletions
diff --git a/gnu/usr.bin/texinfo/doc/texinfo.txi b/gnu/usr.bin/texinfo/doc/texinfo.txi index 5b1efda9b9f..5c1dd91962d 100644 --- a/gnu/usr.bin/texinfo/doc/texinfo.txi +++ b/gnu/usr.bin/texinfo/doc/texinfo.txi @@ -1,5 +1,5 @@ \input texinfo.tex @c -*-texinfo-*- -@c $Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $ +@c $Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $ @c Ordinarily Texinfo files have the extension .texi. But texinfo.texi @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi. @@ -12000,7 +12000,7 @@ Brief descriptions: @table @code @item @@set @var{flag} [@var{value}] -Set the variable @var{flag}, to the optional @var{value} if specifed. +Set the variable @var{flag}, to the optional @var{value} if specified. @item @@clear @var{flag} Undefine the variable @var{flag}, whether or not it was previously defined. @@ -16643,14 +16643,14 @@ Here are some notes on the example: @itemize @bullet @item -@cindex $Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $ comment -@cindex CVS $Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $, in Texinfo -@cindex RCS $Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $, in Texinfo -The @samp{$Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $} comment is for CVS (@pxref{Top,, Overview, cvs, +@cindex $Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $ comment +@cindex CVS $Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $, in Texinfo +@cindex RCS $Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $, in Texinfo +The @samp{$Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $} comment is for CVS (@pxref{Top,, Overview, cvs, Concurrent Versions System}) or RCS (see rcsintro(1)) version control systems, which expand it into a string such as: @example -$Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $ +$Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $ @end example (This is useful in all sources that use version control, not just manuals.) @@ -16699,7 +16699,7 @@ Here is the sample document: @c because the literal @setfilename and @include confuse Automake. Argh. @example \input texinfo @@c -*-texinfo-*- -@@comment $Id: texinfo.txi,v 1.4 2002/06/10 13:51:02 espie Exp $ +@@comment $Id: texinfo.txi,v 1.5 2003/03/15 19:16:10 deraadt Exp $ @@comment %**start of header @@setfilename sample.info @@include version.texi diff --git a/gnu/usr.bin/texinfo/info/info.c b/gnu/usr.bin/texinfo/info/info.c index 175f945ad85..e64dc813b5a 100644 --- a/gnu/usr.bin/texinfo/info/info.c +++ b/gnu/usr.bin/texinfo/info/info.c @@ -1,5 +1,5 @@ /* info.c -- Display nodes of Info files in multiple windows. - $Id: info.c,v 1.6 2002/06/10 13:51:03 espie Exp $ + $Id: info.c,v 1.7 2003/03/15 19:16:10 deraadt Exp $ Copyright (C) 1993, 96, 97, 98, 99, 2000, 01, 02 Free Software Foundation, Inc. @@ -336,7 +336,7 @@ For more information about these matters, see the files named COPYING.\n"), } /* Get the initial Info node. It is either "(dir)Top", or what the user - specifed with values in user_filename and user_nodenames. */ + specified with values in user_filename and user_nodenames. */ initial_node = info_get_node (user_filename, user_nodenames ? user_nodenames[0] : 0); |