Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 03:38:04 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: beadbca67bd8 - main - read(2): Add write cross reference
Message-ID:  <202403020338.4223c48o098576@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=beadbca67bd811ae6e6f4f4aff683026af90fd3c

commit beadbca67bd811ae6e6f4f4aff683026af90fd3c
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-03-02 03:36:39 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-02 03:36:39 +0000

    read(2): Add write cross reference
    
    Add a write cross reference in the SEE ALSO section.
    
    Sponsored by:           Netflix
---
 lib/libsys/read.2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/libsys/read.2 b/lib/libsys/read.2
index 123851128291..4c0f3f5b3f1c 100644
--- a/lib/libsys/read.2
+++ b/lib/libsys/read.2
@@ -25,7 +25,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 10, 2024
+.Dd March 1, 2024
 .Dt READ 2
 .Os
 .Sh NAME
@@ -286,6 +286,7 @@ The file descriptor is associated with a pipe, socket, or FIFO.
 .Xr select 2 ,
 .Xr socket 2 ,
 .Xr socketpair 2 ,
+.Xr write 2 ,
 .Xr fread 3 ,
 .Xr readdir 3
 .Sh STANDARDS



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