aboutsummaryrefslogtreecommitdiffstats
path: root/man3/cmsg.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/cmsg.3')
-rw-r--r--man3/cmsg.34
1 files changed, 1 insertions, 3 deletions
diff --git a/man3/cmsg.3 b/man3/cmsg.3
index ad55be69aa..1fe5dda284 100644
--- a/man3/cmsg.3
+++ b/man3/cmsg.3
@@ -135,7 +135,6 @@ option in a received ancillary buffer:
.PP
.RS
.nf
-.ta 8n 16n 32n
struct msghdr msgh;
struct cmsghdr *cmsg;
int *ttlptr;
@@ -151,14 +150,13 @@ for (cmsg = CMSG_FIRSTHDR(&msgh);
received_ttl = *ttlptr;
break;
}
-}
+ }
if (cmsg == NULL) {
/*
* Error: IP_TTL not enabled or small buffer
* or I/O error.
*/
}
-.ta
.fi
.RE
.PP