On Tue, Jul 06, 2010 at 02:30:02PM -0600, Ingo Schwarze wrote:
> CVSROOT:      /cvs
> Module name:  www
> Changes by:   schwa...@cvs.openbsd.org        2010/07/06 14:30:02
> 
> Modified files:
>       .              : plus.html 
> 
> Log message:
> Fix misleading mandoc(1) entries:
> * We do not list improvements of individual manual pages on plus.html,
> and besides the entry read as if the display of reserved characters
> had been broken in general.
> * The strings are not rudimentary, but the implementation is.
> * Trailing punctuation wasn't broken in general,
> but only in .Nm block headers, which only occur in the SYNOPSIS.
> * Remove the entry regarding closing of full blocks: It can't be explained
> in one line, and from the user perspective, it only provides a better
> error message anyway.

Thanks and sorry for all the errors.

> While here, also correct "OpenBSD 4.3" to "4.3 BSD".
> 

I think that one was right:

http://marc.info/?l=openbsd-cvs&m=127794933922064&w=2

Index: GENERIC
===================================================================
RCS file: /cvs/openbsd/src/sys/conf/GENERIC,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- GENERIC     29 Jun 2010 21:28:37 -0000      1.158
+++ GENERIC     1 Jul 2010 01:53:35 -0000       1.159
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.158 2010/06/29 21:28:37 reyk Exp $
+#      $OpenBSD: GENERIC,v 1.159 2010/07/01 01:53:35 deraadt Exp $
 #
 #      Machine-independent option; used by all architectures for their
 #      GENERIC kernel
@@ -30,7 +30,6 @@
 option         UVM_SWAP_ENCRYPT# support encryption of pages going to swap
 
 option         COMPAT_43       # Kernel compatibility with 4.3BSD
-option         COMPAT_O43      # and OpenBSD 4.3
 
 option         LKM             # loadable kernel modules

Reply via email to