Remove redundant .br.

This commit is contained in:
joerg 2009-03-10 23:49:07 +00:00
parent 10d66a712f
commit 86a5a95669
7 changed files with 7 additions and 14 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_dump.3,v 1.13 2003/05/16 10:24:55 wiz Exp $
.\" $NetBSD: kvm_dump.3,v 1.14 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1996 Leo Weppelman
.\" All rights reserved.
@ -42,7 +42,6 @@
.Lb libkvm
.Sh SYNOPSIS
.In kvm.h
.br
.Ft int
.Fn kvm_dump_mkheader "kvm_t *kd" "off_t dump_off"
.Ft int

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_geterr.3,v 1.8 2003/08/07 16:44:36 agc Exp $
.\" $NetBSD: kvm_geterr.3,v 1.9 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -43,7 +43,6 @@
.Lb libkvm
.Sh SYNOPSIS
.In kvm.h
.br
.Ft char *
.Fn kvm_geterr "kvm_t *kd"
.Sh DESCRIPTION

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_getfiles.3,v 1.10 2003/08/07 16:44:36 agc Exp $
.\" $NetBSD: kvm_getfiles.3,v 1.11 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,6 @@
.In sys/file.h
.Fd #undef _KERNEL
.\" .Fa kvm_t *kd
.br
.Ft char *
.Fn kvm_getfiles "kvm_t *kd" "int op" "int arg" "int *cnt"
.Sh DESCRIPTION

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_getloadavg.3,v 1.10 2003/08/07 16:44:36 agc Exp $
.\" $NetBSD: kvm_getloadavg.3,v 1.11 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -40,7 +40,6 @@
.Sh SYNOPSIS
.In sys/resource.h
.In kvm.h
.br
.Ft int
.Fn kvm_getloadavg "kvm_t *kd" "double loadavg[]" "int nelem"
.Sh DESCRIPTION

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_getlwps.3,v 1.5 2008/04/30 13:10:51 martin Exp $
.\" $NetBSD: kvm_getlwps.3,v 1.6 2009/03/10 23:49:07 joerg Exp $
.\"
.\"Copyright (c) 2002 The NetBSD Foundation, Inc.
.\"All rights reserved.
@ -40,7 +40,6 @@
.In sys/param.h
.In sys/sysctl.h
.\" .Fa kvm_t *kd
.br
.Ft struct kinfo_lwp *
.Fn kvm_getlwps "kvm_t *kd" "int pid" "u_long procaddr" "int *elemsize" "int *cnt"
.Sh DESCRIPTION

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_getprocs.3,v 1.14 2004/02/10 12:48:48 jmmv Exp $
.\" $NetBSD: kvm_getprocs.3,v 1.15 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -48,7 +48,6 @@
.In sys/param.h
.In sys/sysctl.h
.\" .Fa kvm_t *kd
.br
.Ft struct kinfo_proc *
.Fn kvm_getprocs "kvm_t *kd" "int op" "int arg" "int *cnt"
.Ft char **

View File

@ -1,4 +1,4 @@
.\" $NetBSD: kvm_open.3,v 1.14 2003/08/07 16:44:37 agc Exp $
.\" $NetBSD: kvm_open.3,v 1.15 2009/03/10 23:49:07 joerg Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@ -46,7 +46,6 @@
.Sh SYNOPSIS
.In fcntl.h
.In kvm.h
.br
.Ft kvm_t *
.Fn kvm_open "const char *execfile" "const char *corefile" "char *swapfile" "int flags" "const char *errstr"
.Ft kvm_t *