Hello, I've found a few typos in www/faq, diff below.
Regards, Lubos Boucek Index: current.html =================================================================== RCS file: /cvs/www/faq/current.html,v retrieving revision 1.852 diff -u -p -r1.852 current.html --- current.html 13 Sep 2017 13:32:04 -0000 1.852 +++ current.html 15 Sep 2017 16:55:22 -0000 @@ -478,7 +478,7 @@ for i in lpq lpr lprm; do alias $i=/usr/ <h3 id="r20170913">2017/09/13 - [ports] Zarafa replaced with Kopano</h3> Zarafa was replaced with Kopano and a manual update of configuration files -is neeeded. +is needed. Please read the Kopano <a href=" https://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/mail/kopano/core/pkg/README-main?rev=1.1&content-type=text/plain "> pkg-readme</a> as well as the official Index: upgrade61.html =================================================================== RCS file: /cvs/www/faq/upgrade61.html,v retrieving revision 1.19 diff -u -p -r1.19 upgrade61.html --- upgrade61.html 26 Jun 2017 17:18:58 -0000 1.19 +++ upgrade61.html 15 Sep 2017 16:55:22 -0000 @@ -401,7 +401,7 @@ Remove the unused sound device nodes: The <tt>www/nginx</tt> port has been converted to use subpackages with dynamic modules, instead of using flavors. If you previously were using a flavored version of nginx, or the mail or - stream modules, you need to install the apropriate subpackage(s). + stream modules, you need to install the appropriate subpackage(s). You also need to modify your nginx configuration to use <tt>load_module</tt> for each dynamic module you want to load. @@ -438,7 +438,7 @@ Remove the unused sound device nodes: <li><b>tomcat.</b> <tt>www/tomcat/v8</tt> has been updated to 8.5, which now enforces a default umask of 027 (previously, unless other changes were made, 022 would be used). - This behavour can be controlled by setting the UMASK environment variable. + This behavior can be controlled by setting the UMASK environment variable. If using the rc.d script and the previous behaviour is required, the following can be added to /etc/login.conf: Index: ports/guide.html =================================================================== RCS file: /cvs/www/faq/ports/guide.html,v retrieving revision 1.73 diff -u -p -r1.73 guide.html --- ports/guide.html 8 Aug 2017 15:48:56 -0000 1.73 +++ ports/guide.html 15 Sep 2017 16:55:22 -0000 @@ -1399,7 +1399,7 @@ On OpenBSD, <a href="https://man.openbsd non-deterministic random numbers by default. Any specified seed value is ignored by the associated seed function, and <tt>arc4random</tt> is used instead. -If the determinstic (i.e: repeatable) behavior must be preserved, use the +If the deterministic (i.e: repeatable) behavior must be preserved, use the OpenBSD extensions: <tt>srand_deterministic</tt>, <tt>srandom_deterministic</tt>, <tt>srand48_deterministic</tt>, <tt>seed48_deterministic</tt> @@ -1600,7 +1600,7 @@ definition through the <tt>TERMCAP</tt> <li> Signal semantics are tricky, and vary from one system to another. Use <tt>sigaction</tt> to ensure a specific semantics, along with other system -calls referenced in the correspondin man page. +calls referenced in the corresponding man page. </ul> <h2 id="PortsAvail">Additional Information</h2>