diff options
Diffstat (limited to 'man2/shutdown.2')
-rw-r--r-- | man2/shutdown.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/shutdown.2 b/man2/shutdown.2 index 4da0d45b..6d0850e3 100644 --- a/man2/shutdown.2 +++ b/man2/shutdown.2 @@ -44,7 +44,7 @@ shutdown \- shut down part of a full-duplex connection .BI "int shutdown(int " s ", int " how ); .SH DESCRIPTION The -.B shutdown +.BR shutdown () call causes all or part of a full-duplex connection on the socket associated with .I s @@ -84,7 +84,7 @@ respectively, and are defined in since glibc-2.1.91. .SH "CONFORMING TO" 4.4BSD (the -.B shutdown +.BR shutdown () function call first appeared in 4.2BSD). .SH "SEE ALSO" .BR connect (2), |