diff mbox series

man: update wikipage URL, reformat SEE ALSO section

Message ID 20201125015048.197683-1-me@ratijas.tk
State New
Headers show
Series man: update wikipage URL, reformat SEE ALSO section | expand

Commit Message

ivan tkachenko Nov. 25, 2020, 1:50 a.m. UTC
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>
---
 iw.8 | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)
diff mbox series

Patch

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 .