summaryrefslogtreecommitdiff
path: root/lib/libarch
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-14 13:45:26 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2015-09-14 13:45:26 +0000
commit6faa3c4a1c457a4e239f593ce8d4f777f4077000 (patch)
tree9564a748268ffdb40af5e8300e07f4bc59f22ff1 /lib/libarch
parenta1e0a66ec7d3bb1c25643354205d112345c2f83a (diff)
in the SYNOPSIS, make void function arguments explicit
Diffstat (limited to 'lib/libarch')
-rw-r--r--lib/libarch/arm/arm_drain_writebuf.26
-rw-r--r--lib/libarch/mips64/get_fpc_csr.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libarch/arm/arm_drain_writebuf.2 b/lib/libarch/arm/arm_drain_writebuf.2
index 91fcb69215d..fc44a398904 100644
--- a/lib/libarch/arm/arm_drain_writebuf.2
+++ b/lib/libarch/arm/arm_drain_writebuf.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: arm_drain_writebuf.2,v 1.4 2011/12/25 18:22:01 schwarze Exp $
+.\" $OpenBSD: arm_drain_writebuf.2,v 1.5 2015/09/14 13:45:25 schwarze Exp $
.\" $NetBSD: arm_drain_writebuf.2,v 1.3 2004/02/13 09:56:47 wiz Exp $
.\"
.\" Copyright (c) 1997 Mark Brinicombe
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 25 2011 $
+.Dd $Mdocdate: September 14 2015 $
.Dt ARM_DRAIN_WRITEBUF 2 arm
.Os
.Sh NAME
@@ -40,7 +40,7 @@
.Sh SYNOPSIS
.In machine/sysarch.h
.Ft int
-.Fn arm_drain_writebuf
+.Fn arm_drain_writebuf void
.Sh DESCRIPTION
.Fn arm_drain_writebuf
will make sure that all the entries in the processor write buffer are
diff --git a/lib/libarch/mips64/get_fpc_csr.3 b/lib/libarch/mips64/get_fpc_csr.3
index da8bf190071..8591c354449 100644
--- a/lib/libarch/mips64/get_fpc_csr.3
+++ b/lib/libarch/mips64/get_fpc_csr.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: get_fpc_csr.3,v 1.5 2015/01/15 19:06:31 schwarze Exp $
+.\" $OpenBSD: get_fpc_csr.3,v 1.6 2015/09/14 13:45:25 schwarze Exp $
.\"
.\" Copyright (c) 2010 Miodrag Vallat.
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 15 2015 $
+.Dd $Mdocdate: September 14 2015 $
.Dt GET_FPC_CSR 3 mips64
.Os
.Sh NAME
@@ -24,7 +24,7 @@
.Sh SYNOPSIS
.In machine/fpu.h
.Ft int
-.Fn get_fpc_csr
+.Fn get_fpc_csr void
.Ft int
.Fn set_fpc_csr "int csr"
.Sh DESCRIPTION