Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2020 21:48:47 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r359467 - head/lib/libc/sys
Message-ID:  <202003302148.02ULmlRD031954@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Mar 30 21:48:47 2020
New Revision: 359467
URL: https://svnweb.freebsd.org/changeset/base/359467

Log:
  Trim some duplicate EIO descriptions.
  
  While here, drop an extra conjunction from the list of error
  conditions for the remaining EIO description in symlink(2).
  
  Discussed with:	mckusick (trimming duplicates)
  MFC after:	2 weeks

Modified:
  head/lib/libc/sys/mkfifo.2
  head/lib/libc/sys/symlink.2

Modified: head/lib/libc/sys/mkfifo.2
==============================================================================
--- head/lib/libc/sys/mkfifo.2	Mon Mar 30 21:44:30 2020	(r359466)
+++ head/lib/libc/sys/mkfifo.2	Mon Mar 30 21:48:47 2020	(r359467)
@@ -130,10 +130,6 @@ which the fifo is being created has been exhausted.
 An
 .Tn I/O
 error occurred while making the directory entry or allocating the inode.
-.It Bq Er EIO
-An
-.Tn I/O
-error occurred while reading from or writing to the file system.
 .It Bq Er EINTEGRITY
 Corrupted data was detected while reading from the file system.
 .It Bq Er EFAULT

Modified: head/lib/libc/sys/symlink.2
==============================================================================
--- head/lib/libc/sys/symlink.2	Mon Mar 30 21:44:30 2020	(r359466)
+++ head/lib/libc/sys/symlink.2	Mon Mar 30 21:48:47 2020	(r359467)
@@ -118,7 +118,7 @@ manual page for more information.
 .It Bq Er EIO
 An I/O error occurred while making the directory entry for
 .Fa name2 ,
-or allocating the inode for
+allocating the inode for
 .Fa name2 ,
 or writing out the link contents of
 .Fa name2 .
@@ -149,8 +149,6 @@ contain the symbolic link has been exhausted.
 .It Bq Er EDQUOT
 The user's quota of inodes on the file system on
 which the symbolic link is being created has been exhausted.
-.It Bq Er EIO
-An I/O error occurred while making the directory entry or allocating the inode.
 .It Bq Er EINTEGRITY
 Corrupted data was detected while reading from the file system.
 .It Bq Er EFAULT



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003302148.02ULmlRD031954>