Peter Hessler(phess...@theapt.org) on 2019.02.10 17:27:09 +0100:
> $ grep -c nonexistant /usr/share/dict/words
> 0
> $ grep -c nonexistent /usr/share/dict/words
> 2
>
> OK
>
> or if someone else wants to give me an OK I can commit this.
ok.
I have checked that /usr/share/man/nonexistent does i
$ grep -c nonexistant /usr/share/dict/words
0
$ grep -c nonexistent /usr/share/dict/words
2
OK
or if someone else wants to give me an OK I can commit this.
On 2019 Feb 10 (Sun) at 11:13:04 -0500 (-0500), Pamela Mosiejczuk wrote:
:Hi,
:I noticed "non-existant" crop up in an error message and w
fixed, thanks.
Thanks
Tom
Index: www/armv7.html
===
RCS file: /home/OpenBSD/cvs/www/armv7.html,v
retrieving revision 1.26
diff -u -p -u -r1.26 armv7.html
--- www/armv7.html 29 May 2016 14:44:33 - 1.26
+++ www/armv7.html 9 Jun 20
On Sat, May 24, 2014 at 11:37:34PM -0700, Loganaden Velvindron wrote:
> Hi All,
>
> From OpenSSL RT 3355:
>
> Index: doc/apps/verify.pod
> ===
> RCS file: /cvs/src/lib/libssl/src/doc/apps/verify.pod,v
> retrieving revision 1.8
> diff
Hi All,
>From OpenSSL RT 3355:
Index: doc/apps/verify.pod
===
RCS file: /cvs/src/lib/libssl/src/doc/apps/verify.pod,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 verify.pod
--- doc/apps/verify.pod 4 May 2014 20:31:33 - 1