]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/sockatmark.3
Formatted signal names
[thirdparty/man-pages.git] / man3 / sockatmark.3
index 36d6798c70b33aed32cb289d9e22c0996971172d..a146c0ad37ba88c6fcc44734c1ae797081ed7cba 100644 (file)
@@ -66,7 +66,9 @@ flag of
 Out-of-band data is only supported on some stream socket protocols.
 
 .BR sockatmark ()
-can safely be called from a handler for the SIGURG signal.
+can safely be called from a handler for the
+.B SIGURG
+signal.
 
 .BR sockatmark ()
 is implemented using the
@@ -78,8 +80,9 @@ Prior to glibc 2.4,
 .BR sockatmark ()
 did not work.
 .SH EXAMPLE
-The following code can be used after receipt of a SIGURG signal
-to read (and discard) all data up to the mark,
+The following code can be used after receipt of a
+.B SIGURG
+signal to read (and discard) all data up to the mark,
 and then read the byte of data at the mark:
 .nf