[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Three typos
On Tue, Mar 30, 2004 at 11:36:04AM -0500, STeve Andre' wrote:
> Index: src/gnu/usr.bin/sendbug/sendbug.1
> ===================================================================
> RCS file: /cvs/src/gnu/usr.bin/sendbug/sendbug.1,v
> retrieving revision 1.9
> diff -u -r1.9 sendbug.1
> --- src/gnu/usr.bin/sendbug/sendbug.1 2003/09/18 09:25:43 1.9
> +++ src/gnu/usr.bin/sendbug/sendbug.1 2004/03/30 16:25:47
> @@ -98,7 +98,7 @@
> .Ox
> bugs database.
> .Sh ENVIRONMENT
> -.Bl -tag -width "/tmp/pbad.XXXXXXX"
> +.Bl -tag -width "/tmp/pbad.XXXXXXXXXX"
i changed -width to "PR_FORM", since /tmp/pbad.XXXXXXXXXX is not an
environment variable.
> .It Ev EDITOR
> Specifies the editor to invoke on the template.
> The default editor is
> @@ -137,10 +137,10 @@
> .Aq bugs@OpenBSD.org
> for instructions on submitting larger test cases and problematic source code.
> .Sh FILES
> -.Bl -tag -width "/tmp/pbad.XXXXXXX" -compact
> -.It Pa /tmp/p.XXXXXX
> +.Bl -tag -width "/tmp/pbad.XXXXXXXXXX" -compact
> +.It Pa /tmp/p.XXXXXXXXXX
> copy of PR used in editing session
> -.It Pa /tmp/pf.XXXXXX
> +.It Pa /tmp/pf.XXXXXXXXXX
> copy of empty PR form (testing purposes)
> .It Pa /tmp/pbad.XXXXXX
> file for rejected PRs
>
this last one needed fixed as well (/tmp/pbad.XXXXXXXXXX)
>
>
> Index: src/share/dict/README
> ===================================================================
> RCS file: /cvs/src/share/dict/README,v
> retrieving revision 1.3
> diff -u -r1.3 README
> --- src/share/dict/README 2002/03/02 02:07:49 1.3
> +++ src/share/dict/README 2004/03/30 16:29:53
> @@ -7,8 +7,8 @@
>
> words -- common words, and important technical terms from all
> fields, that are spelled the same in British and American usage.
> - web2 -- Webster's Second International Dictionary, all 234,936 words
> - worth. The 1934 copyright has elapsed.
> + web2 -- Webster's Second International Dictionary, all 234,979 words
> + worth. The 1934 copyright has lapsed.
ok, i took the elapsed -> lapsed change, though i had to get the
dictionary out to find the difference.
i didn't change the word count (accurate though it is). my guess is that
was the word count for web2 when it got imported, but people have added
stuff to it since then (some scunner has removed `freen' and `freend',
for example). i don't see the point of changing it - this way there's a
record of its original size and, hence, how much/little has been added
to it.
jmc