git: beadbca67bd8 - main - read(2): Add write cross reference

From: Warner Losh <imp_at_FreeBSD.org>
Date: Sat, 02 Mar 2024 03:38:04 UTC
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