summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-05 16:55:54 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-12-05 16:55:54 +0000
commitbbfcf1e3bb119d7c1ef3f515788dfa2d517d95eb (patch)
treedde85c8923c1d781cbfcc3dfc5a94d66d029d144 /share/man
parentd39915bdfaee16db20b9ee79c11a3293877f4a6c (diff)
keep punctuation separate on macro lines
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man9/config_attach.98
-rw-r--r--share/man/man9/rtalloc.98
2 files changed, 10 insertions, 6 deletions
diff --git a/share/man/man9/config_attach.9 b/share/man/man9/config_attach.9
index a26e030cf8b..a4d5db6dd97 100644
--- a/share/man/man9/config_attach.9
+++ b/share/man/man9/config_attach.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: config_attach.9,v 1.2 2014/07/13 10:09:12 jmc Exp $
+.\" $OpenBSD: config_attach.9,v 1.3 2014/12/05 16:55:53 schwarze Exp $
.\" $NetBSD: autoconf.9,v 1.9 2002/02/13 08:18:35 ross Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -28,11 +28,13 @@
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 13 2014 $
+.Dd $Mdocdate: December 5 2014 $
.Dt CONFIG_ATTACH 9
.Os
.Sh NAME
-.Nm config_attach, config_detach, config_detach_children
+.Nm config_attach ,
+.Nm config_detach ,
+.Nm config_detach_children
.Nd attach and detach devices
.Sh SYNOPSIS
.In sys/param.h
diff --git a/share/man/man9/rtalloc.9 b/share/man/man9/rtalloc.9
index 867feda02e0..1b3afe47fd6 100644
--- a/share/man/man9/rtalloc.9
+++ b/share/man/man9/rtalloc.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtalloc.9,v 1.2 2014/11/01 23:14:02 jmc Exp $
+.\" $OpenBSD: rtalloc.9,v 1.3 2014/12/05 16:55:53 schwarze Exp $
.\"
.\" Copyright (c) 2014 Martin Pieuchot
.\"
@@ -14,11 +14,13 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 1 2014 $
+.Dd $Mdocdate: December 5 2014 $
.Dt RTALLOC 9
.Os
.Sh NAME
-.Nm rtalloc, rtalloc_mpath, rtfree
+.Nm rtalloc ,
+.Nm rtalloc_mpath ,
+.Nm rtfree
.Nd routing entry interface
.Sh SYNOPSIS
.In sys/types.h