Module Name:    src
Committed By:   riastradh
Date:           Fri Feb 27 15:21:54 UTC 2015

Modified Files:
        src/share/man/man2: siginfo.2

Log Message:
Fix some typos and make style more consistent.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man2/siginfo.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man2/siginfo.2
diff -u src/share/man/man2/siginfo.2:1.6 src/share/man/man2/siginfo.2:1.7
--- src/share/man/man2/siginfo.2:1.6	Mon Apr 23 17:44:39 2012
+++ src/share/man/man2/siginfo.2	Fri Feb 27 15:21:54 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: siginfo.2,v 1.6 2012/04/23 17:44:39 jym Exp $
+.\"	$NetBSD: siginfo.2,v 1.7 2015/02/27 15:21:54 riastradh Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -179,15 +179,15 @@ Integer divide by zero
 .It FPE_INTOVF
 Integer overflow
 .It FPE_FLTDIV
-Floating point divide by zero
+Floating-point divide by zero
 .It FPE_FLTOVF
-Floating point overflow
+Floating-point overflow
 .It FPE_FLTUND
-Floating point underflow
+Floating-point underflow
 .It FPE_FLTRES
-Floating point inexact result
+Floating-point inexact result
 .It FPE_FLTINV
-Invalid Floating point operation
+Invalid floating-point operation
 .It FPE_FLTSUB
 Subscript out of range
 .El
@@ -203,9 +203,9 @@ Invalid permissions for mapped object
 .It BUS_ADRALN
 Invalid address alignment
 .It BUS_ADRERR
-Non-existant physical address
+Nonexistent physical address
 .It BUS_OBJERR
-Object specific hardware error
+Object-specific hardware error
 .El
 .It SIGTRAP
 .Bl -tag -width TRAP_BRKPT
@@ -238,7 +238,7 @@ Output buffers available
 .It POLL_MSG
 Input message available
 .It POLL_ERR
-I/O Error
+I/O error
 .It POLL_PRI
 High priority input available
 .It POLL_HUP

Reply via email to