From 6854c8520f1682bc14235ec3f20ded3e651ade7b Mon Sep 17 00:00:00 2001 From: keramida Date: Fri, 8 Oct 2004 20:31:33 +0000 Subject: To avoid pushing the paragraph text too far from the left border, making line-splitting extremely difficult for groff, indent the .Bl items by the standard `indent' length instead of an indent large enough to hold the maximal tag name. Reviewed by: ru MFC after: 3 days --- share/man/man4/ieee80211.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share') diff --git a/share/man/man4/ieee80211.4 b/share/man/man4/ieee80211.4 index d882b9a..961c5be 100644 --- a/share/man/man4/ieee80211.4 +++ b/share/man/man4/ieee80211.4 @@ -74,7 +74,7 @@ For the following values of .Va i_type are valid: -.Bl -tag -width ".Dv IEEE80211_IOC_POWERSAVESLEEP" +.Bl -tag -width indent .It Dv IEEE80211_IOC_SSID Returns the requested SSID by copying it into the buffer pointed to by .Va i_data @@ -165,7 +165,7 @@ For the following values of .Va i_type are valid: -.Bl -tag -width ".Dv IEEE80211_IOC_POWERSAVESLEEP" +.Bl -tag -width indent .It Dv IEEE80211_IOC_SSID Set the desired SSID for infrastructure and ad-hoc modes to value given by -- cgit v1.1