Date: Tue, 8 Sep 2020 20:53:45 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r365474 - in stable: 11/lib/libc/sys 12/lib/libc/sys Message-ID: <202009082053.088Krjn4072459@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhb Date: Tue Sep 8 20:53:44 2020 New Revision: 365474 URL: https://svnweb.freebsd.org/changeset/base/365474 Log: MFC 359467: 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). Modified: stable/11/lib/libc/sys/mkfifo.2 stable/11/lib/libc/sys/symlink.2 Directory Properties: stable/11/ (props changed) Changes in other areas also in this revision: Modified: stable/12/lib/libc/sys/mkfifo.2 stable/12/lib/libc/sys/symlink.2 Directory Properties: stable/12/ (props changed) Modified: stable/11/lib/libc/sys/mkfifo.2 ============================================================================== --- stable/11/lib/libc/sys/mkfifo.2 Tue Sep 8 20:51:19 2020 (r365473) +++ stable/11/lib/libc/sys/mkfifo.2 Tue Sep 8 20:53:44 2020 (r365474) @@ -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 EFAULT The .Fa path Modified: stable/11/lib/libc/sys/symlink.2 ============================================================================== --- stable/11/lib/libc/sys/symlink.2 Tue Sep 8 20:51:19 2020 (r365473) +++ stable/11/lib/libc/sys/symlink.2 Tue Sep 8 20:53:44 2020 (r365474) @@ -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 EFAULT The .Fa name1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009082053.088Krjn4072459>