summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/pod/pod2usage.PL4
-rw-r--r--gnu/usr.bin/texinfo/doc/texinfo.txi16
-rw-r--r--gnu/usr.bin/texinfo/info/info.c4
-rw-r--r--gnu/usr.sbin/sendmail/doc/op/op.me6
4 files changed, 15 insertions, 15 deletions
diff --git a/gnu/usr.bin/perl/pod/pod2usage.PL b/gnu/usr.bin/perl/pod/pod2usage.PL
index e0f70b2ca4f..8ff1cb58497 100644
--- a/gnu/usr.bin/perl/pod/pod2usage.PL
+++ b/gnu/usr.bin/perl/pod/pod2usage.PL
@@ -39,7 +39,7 @@ print OUT <<'!NO!SUBS!';
#############################################################################
# pod2usage -- command to print usage messages from embedded pod docs
#
-# Copyright (c) 1996-1999 by Bradford Appleton. All rights reserved.
+# Copyright (c) 1996-2000 by Bradford Appleton. All rights reserved.
# This file is part of "PodParser". PodParser is free software;
# you can redistribute it and/or modify it under the same terms
# as Perl itself.
@@ -115,7 +115,7 @@ usage mesage format (defaults to standard input).
B<pod2usage> will read the given input file looking for pod
documentation and will print the corresponding usage message.
-If no input file is specifed than standard input is read.
+If no input file is specified than standard input is read.
B<pod2usage> invokes the B<pod2usage()> function in the B<Pod::Usage>
module. Please see L<Pod::Usage/pod2usage()>.
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);
diff --git a/gnu/usr.sbin/sendmail/doc/op/op.me b/gnu/usr.sbin/sendmail/doc/op/op.me
index 44a5f590f82..1ae38d1c432 100644
--- a/gnu/usr.sbin/sendmail/doc/op/op.me
+++ b/gnu/usr.sbin/sendmail/doc/op/op.me
@@ -90,7 +90,7 @@ Sendmail, Inc.
.de Ve
Version \\$2
..
-.Ve $Revision: 1.17 $
+.Ve $Revision: 1.18 $
.rm Ve
.sp
For Sendmail Version 8.12
@@ -978,7 +978,7 @@ This should be a link to /usr/\*(SD/sendmail.
.sh 3 "sendmail.pid"
.pp
.i sendmail
-stores its current pid in the file specifed by the
+stores its current pid in the file specified by the
.b PidFile
option (default is _PATH_SENDMAILPID).
.i sendmail
@@ -10755,7 +10755,7 @@ replace it with a blank sheet for double-sided output.
.\".sz 10
.\"Eric Allman
.\".sp
-.\"Version $Revision: 1.17 $
+.\"Version $Revision: 1.18 $
.\".ce 0
.bp 3
.ce