summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2013-08-14 08:46:08 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2013-08-14 08:46:08 +0000
commitba050538650ea1ee95b17763f886281689e04859 (patch)
treefe8320c4e6614541a5ebe5a14bfe94d256eb292a
parenta70a448e49b67613f471f824ea81ce4681c3b602 (diff)
more Bx;
From: Jan Stary
-rw-r--r--lib/libc/sys/sigaction.26
-rw-r--r--share/man/man4/multicast.48
-rw-r--r--usr.bin/cvs/cvsintro.78
3 files changed, 13 insertions, 9 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 008ad9ba717..d99f1334a32 100644
--- a/lib/libc/sys/sigaction.2
+++ b/lib/libc/sys/sigaction.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sigaction.2,v 1.52 2013/05/10 04:55:36 guenther Exp $
+.\" $OpenBSD: sigaction.2,v 1.53 2013/08/14 08:46:07 jmc Exp $
.\" $NetBSD: sigaction.2,v 1.7 1995/10/12 15:41:16 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)sigaction.2 8.2 (Berkeley) 4/3/94
.\"
-.Dd $Mdocdate: May 10 2013 $
+.Dd $Mdocdate: August 14 2013 $
.Dt SIGACTION 2
.Os
.Sh NAME
@@ -448,7 +448,7 @@ flags are Berkeley extensions, as are the signals
and
.Dv SIGINFO .
These signals are available on most
-.Tn BSD Ns \-derived
+.Bx Ns -derived
systems.
The
.Dv SA_NODEFER
diff --git a/share/man/man4/multicast.4 b/share/man/man4/multicast.4
index 28ff3801811..12e5e3f28b0 100644
--- a/share/man/man4/multicast.4
+++ b/share/man/man4/multicast.4
@@ -24,10 +24,10 @@
.\" DEALINGS IN THE SOFTWARE.
.\"
.\" $FreeBSD: src/share/man/man4/multicast.4,v 1.4 2004/07/09 09:22:36 ru Exp $
-.\" $OpenBSD: multicast.4,v 1.7 2012/08/12 17:01:35 schwarze Exp $
+.\" $OpenBSD: multicast.4,v 1.8 2013/08/14 08:46:07 jmc Exp $
.\" $NetBSD: multicast.4,v 1.3 2004/09/12 13:12:26 wiz Exp $
.\"
-.Dd $Mdocdate: August 12 2012 $
+.Dd $Mdocdate: August 14 2013 $
.Dt MULTICAST 4
.Os
.\"
@@ -118,7 +118,9 @@ or
.Va mrouter_s6
sockets should be used
for sending and receiving respectively IGMP or MLD messages.
-In the case of BSD-derived kernels,
+In the case of
+.Bx -derived
+kernels,
it may be possible to open separate sockets
for IGMP or MLD messages only.
However, some other kernels (e.g.,
diff --git a/usr.bin/cvs/cvsintro.7 b/usr.bin/cvs/cvsintro.7
index be157dbe0a9..5a8cd51e1ed 100644
--- a/usr.bin/cvs/cvsintro.7
+++ b/usr.bin/cvs/cvsintro.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cvsintro.7,v 1.14 2008/02/26 21:48:30 deraadt Exp $
+.\" $OpenBSD: cvsintro.7,v 1.15 2013/08/14 08:46:07 jmc Exp $
.\"
.\" Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
.\" All rights reserved.
@@ -23,7 +23,7 @@
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: February 26 2008 $
+.Dd $Mdocdate: August 14 2013 $
.Dt CVSINTRO 7
.Os
.Sh NAME
@@ -222,7 +222,9 @@ unless the development network is local.
.Xr cvs 5 ,
.Xr sshd 8
.Sh HISTORY
-The OpenCVS project is a BSD-licensed rewrite of the original
+The OpenCVS project is a
+.Bx -licensed
+rewrite of the original
Concurrent Versioning System written by Jean-Francois Brousseau.
The original CVS code was written in large parts by Dick Grune,
Brian Berliner, and Jeff Polk.