]> git.ipfire.org Git - thirdparty/iw.git/commitdiff
man: update wikipage URL, reformat SEE ALSO section
authorivan tkachenko <me@ratijas.tk>
Wed, 25 Nov 2020 01:50:48 +0000 (04:50 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 30 Nov 2020 08:58:43 +0000 (09:58 +0100)
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 <me@ratijas.tk>
Link: https://lore.kernel.org/r/20201125015048.197683-1-me@ratijas.tk
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
iw.8

diff --git a/iw.8 b/iw.8
index d0fcb61c82d7dbf50218976612f0e5d605e469bb..4ae55b8db78ca81c45ee2b39dabbc180ce0637b5 100644 (file)
--- 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 .