From 461bd4909be4ce77057ee10455382d9ae6cf00d0 Mon Sep 17 00:00:00 2001 From: Vincent Bernat Date: Mon, 17 Nov 2008 20:31:01 +0100 Subject: [PATCH] Fix .Bl parameter in manual pages --- man/lldpctl.8 | 2 +- man/lldpd.8 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man/lldpctl.8 b/man/lldpctl.8 index cd0a6e7a..0179a690 100644 --- a/man/lldpctl.8 +++ b/man/lldpctl.8 @@ -40,7 +40,7 @@ The options are as follows: Enable more debugging information. .El .Sh FILES -.Bl -tag width "/var/run/lldpd.socketXX" -compact +.Bl -tag -width "/var/run/lldpd.socketXX" -compact .It /var/run/lldpd.socket Unix-domain socket used for communication with .Xr lldpd 8 . diff --git a/man/lldpd.8 b/man/lldpd.8 index c5963ad4..d1fb04b9 100644 --- a/man/lldpd.8 +++ b/man/lldpd.8 @@ -93,7 +93,7 @@ only supporting CDP. This value is only used when multiple protocols are enabled. .El .Sh FILES -.Bl -tag width "/var/run/lldpd.socketXX" -compact +.Bl -tag -width "/var/run/lldpd.socketXX" -compact .It /var/run/lldpd.socket Unix-domain socket used for communication with .Xr lldpctl 8 . -- 2.39.5