From fa81452447794d32526857ac2efc8f626e6fc9b1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 20 Aug 2017 13:05:47 +0200 Subject: [PATCH] complex.7, environ.7, packet.7: srcfix Signed-off-by: Michael Kerrisk --- man7/complex.7 | 2 +- man7/environ.7 | 1 - man7/packet.7 | 2 -- 3 files changed, 1 insertion(+), 4 deletions(-) diff --git a/man7/complex.7 b/man7/complex.7 index 927dcff4d..f8a92cdb5 100644 --- a/man7/complex.7 +++ b/man7/complex.7 @@ -12,7 +12,7 @@ complex \- basics of complex mathematics .SH DESCRIPTION Complex numbers are numbers of the form z = a+b*i, where a and b are real numbers and i = sqrt(\-1), so that i*i = \-1. -.br +.PP There are other ways to represent that number. The pair (a,b) of real numbers may be viewed as a point in the plane, given by X- and diff --git a/man7/environ.7 b/man7/environ.7 index 69b5878d7..809f7d110 100644 --- a/man7/environ.7 +++ b/man7/environ.7 @@ -37,7 +37,6 @@ environ \- user environment .SH SYNOPSIS .nf .BI "extern char **" environ ; -.br .fi .SH DESCRIPTION The variable diff --git a/man7/packet.7 b/man7/packet.7 index afc3f633d..e00b81a2e 100644 --- a/man7/packet.7 +++ b/man7/packet.7 @@ -15,9 +15,7 @@ packet \- packet interface on device level .SH SYNOPSIS .nf .B #include -.br .B #include -.br .B #include /* the L2 protocols */ .PP .BI "packet_socket = socket(AF_PACKET, int " socket_type ", int "protocol );