tried to pretty up display
authorCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 16 Mar 1991 10:43:22 +0000 (02:43 -0800)
committerCynthia A. E. Livingston <cael@ucbvax.Berkeley.EDU>
Sat, 16 Mar 1991 10:43:22 +0000 (02:43 -0800)
SCCS-vsn: lib/libc/sys/send.2 6.8

usr/src/lib/libc/sys/send.2

index 8300b46..c5eb3cd 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)send.2     6.7 (Berkeley) %G%
+.\"     @(#)send.2     6.8 (Berkeley) %G%
 .\"
 .Dd 
 .Dt SEND 2
 .\"
 .Dd 
 .Dt SEND 2
@@ -67,10 +67,9 @@ send more data.
 The
 .Fa flags
 parameter may include one or more of the following:
 The
 .Fa flags
 parameter may include one or more of the following:
-.Pp
 .Bd -literal
 .Bd -literal
-#define        MSG_OOB         0x1     /* process out-of-band data */
-#define        MSG_DONTROUTE   0x4     /* bypass routing, use direct interface */
+#define        MSG_OOB        0x1  /* process out-of-band data */
+#define        MSG_DONTROUTE  0x4  /* bypass routing, use direct interface */
 .Ed
 .Pp
 The flag
 .Ed
 .Pp
 The flag