Source-Changes-HG archive

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

[src/trunk]: src/lib/librt file system police; remove trailing whitespace; me...



details:   https://anonhg.NetBSD.org/src/rev/761a9c3051d1
branches:  trunk
changeset: 322514:761a9c3051d1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat May 05 06:39:10 2018 +0000

description:
file system police; remove trailing whitespace; merge two error sections
for same error.

diffstat:

 lib/librt/sem_open.3 |  13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diffs (46 lines):

diff -r 6a542615361d -r 761a9c3051d1 lib/librt/sem_open.3
--- a/lib/librt/sem_open.3      Sat May 05 02:14:59 2018 +0000
+++ b/lib/librt/sem_open.3      Sat May 05 06:39:10 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sem_open.3,v 1.7 2018/05/04 20:28:51 christos Exp $
+.\" $NetBSD: sem_open.3,v 1.8 2018/05/05 06:39:10 wiz Exp $
 .\"
 .\" Copyright (C) 2000 Jason Evans <jasone%FreeBSD.org@localhost>.
 .\" All rights reserved.
@@ -150,15 +150,14 @@
 .It Bq Er EINTR
 The call was interrupted by a signal.
 .It Bq Er EINVAL
-The 
-.Fa name 
+The
+.Fa name
 argument does not begin with a
 .Sq /
 or contains more slashes.
 This is implementation-specific behavior and allowed by
 .St -p1003.1-96 .
-.It Bq Er EINVAL
-The
+Or, the
 .Fa value
 argument is greater than
 .Dv SEM_VALUE_MAX .
@@ -170,7 +169,7 @@
 .Fa name
 is longer than
 .Dv NAME_MAX ,
-or longer than the implementing filesystem will allow.
+or longer than the implementing file system will allow.
 .It Bq Er ENFILE
 The system limit on semaphores has been reached.
 .It Bq Er ENOENT
@@ -201,7 +200,7 @@
 .Fa name
 is longer than
 .Dv NAME_MAX ,
-or longer than the implementing filesystem will allow.
+or longer than the implementing file system will allow.
 .It Bq Er ENOENT
 The named semaphore does not exist.
 .El



Home | Main Index | Thread Index | Old Index