Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/share/man/man2 Pull up following revision(s) (requested b...



details:   https://anonhg.NetBSD.org/src/rev/27f30b95dced
branches:  netbsd-7
changeset: 799102:27f30b95dced
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Mar 18 07:51:41 2015 +0000

description:
Pull up following revision(s) (requested by riastradh in ticket #601):
        share/man/man2/siginfo.2: revision 1.7
Fix some typos and make style more consistent.

diffstat:

 share/man/man2/siginfo.2 |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (51 lines):

diff -r ec5b421187a9 -r 27f30b95dced share/man/man2/siginfo.2
--- a/share/man/man2/siginfo.2  Wed Mar 18 07:50:01 2015 +0000
+++ b/share/man/man2/siginfo.2  Wed Mar 18 07:51:41 2015 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: siginfo.2,v 1.6 2012/04/23 17:44:39 jym Exp $
+.\"    $NetBSD: siginfo.2,v 1.6.10.1 2015/03/18 07:51:41 snj Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -179,15 +179,15 @@
 .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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index