From: ivan tkachenko Date: Wed, 25 Nov 2020 01:50:48 +0000 (+0300) Subject: man: update wikipage URL, reformat SEE ALSO section X-Git-Tag: v5.16~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4e1ec4bbff4a996f8de036e2cd3a8e045d64b2a;p=thirdparty%2Fiw.git man: update wikipage URL, reformat SEE ALSO section groff_man(7) provides plenty of useful requests/macros, and one of them is .UR/.UE for URL formatting. Man pages should be formatted with paragraphs (.P or .PP) requests, and source text should not contain empty lines -- use empty request instead (literally, single dot on its own line). Signed-off-by: ivan tkachenko Link: https://lore.kernel.org/r/20201125015048.197683-1-me@ratijas.tk Signed-off-by: Johannes Berg --- diff --git a/iw.8 b/iw.8 index d0fcb61..4ae55b8 100644 --- a/iw.8 +++ b/iw.8 @@ -1,4 +1,4 @@ -.TH IW 8 "7 June 2012" "iw" "Linux" +.TH IW 8 "22 November 2020" "iw" "Linux" .SH NAME iw \- show / manipulate wireless devices and their configuration .SH SYNOPSIS @@ -63,9 +63,13 @@ will print all supported commands, while will print the help for all matching commands. .SH SEE ALSO +.P .BR ip (8), .BR crda (8), .BR regdbdump (8), -.BR regulatory.bin (5) - -.BR http://wireless.kernel.org/en/users/Documentation/iw +.BR regulatory.bin (5). +. +.P +.UR https://wireless.wiki.kernel.org/en/users/Documentation/iw +Documentation at kernel wiki +.UE .