diff options
author | sevan <sevan@FreeBSD.org> | 2016-10-16 22:02:50 +0000 |
---|---|---|
committer | sevan <sevan@FreeBSD.org> | 2016-10-16 22:02:50 +0000 |
commit | 0ffefe97447109bdb6c037e5ec792ecb4ed24724 (patch) | |
tree | 53dfc45fdd547a775440990c2ec79e9efeccac62 /tools | |
parent | 9ba33a4d2a0ad7aba430c260db793b81280dcf09 (diff) | |
download | FreeBSD-src-0ffefe97447109bdb6c037e5ec792ecb4ed24724.zip FreeBSD-src-0ffefe97447109bdb6c037e5ec792ecb4ed24724.tar.gz |
MFC r267667:
use .Mt to mark up email addresses consistently (part1)
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/tools/ether_reflect/ether_reflect.1 | 5 | ||||
-rw-r--r-- | tools/tools/fixwhite/fixwhite.1 | 2 | ||||
-rw-r--r-- | tools/tools/mcgrab/mcgrab.1 | 4 | ||||
-rw-r--r-- | tools/tools/mctest/mctest.1 | 4 | ||||
-rw-r--r-- | tools/tools/sysdoc/sysdoc.sh | 8 | ||||
-rw-r--r-- | tools/tools/vimage/vimage.8 | 4 |
6 files changed, 14 insertions, 13 deletions
diff --git a/tools/tools/ether_reflect/ether_reflect.1 b/tools/tools/ether_reflect/ether_reflect.1 index 45ee27a..e6539b1 100644 --- a/tools/tools/ether_reflect/ether_reflect.1 +++ b/tools/tools/ether_reflect/ether_reflect.1 @@ -103,6 +103,7 @@ program first appeared in .Sh AUTHORS This manual page was written by -.An George V. Neville-Neil Aq gnn@FreeBSD.org . +.An George V. Neville-Neil Aq Mt gnn@FreeBSD.org . .Sh BUGS -Should be reported to the author or to net@FreeBSD.org. +Should be reported to the author or to +.Aq Mt net@FreeBSD.org . diff --git a/tools/tools/fixwhite/fixwhite.1 b/tools/tools/fixwhite/fixwhite.1 index 54dae66..016e24b 100644 --- a/tools/tools/fixwhite/fixwhite.1 +++ b/tools/tools/fixwhite/fixwhite.1 @@ -45,4 +45,4 @@ If the whitespace at the beginning of a sentence is exactly a multiple of eight spaces, the whitespace is replaced by tabs. Also, spaces preceding tabs will be merged into the tab character. .Sh AUTHORS -.An Ed Schouten Aq ed@FreeBSD.org +.An Ed Schouten Aq Mt ed@FreeBSD.org diff --git a/tools/tools/mcgrab/mcgrab.1 b/tools/tools/mcgrab/mcgrab.1 index 1b83f50..2c6bfa6 100644 --- a/tools/tools/mcgrab/mcgrab.1 +++ b/tools/tools/mcgrab/mcgrab.1 @@ -77,7 +77,7 @@ program first appeared in .Sh AUTHORS This manual page was written by -.An George V. Neville-Neil Aq gnn@FreeBSD.org . +.An George V. Neville-Neil Aq Mt gnn@FreeBSD.org . .Sh BUGS Should be reported to the author or to -.Aq net@FreeBSD.org . +.Aq Mt net@FreeBSD.org . diff --git a/tools/tools/mctest/mctest.1 b/tools/tools/mctest/mctest.1 index c64a5f8..3cec879 100644 --- a/tools/tools/mctest/mctest.1 +++ b/tools/tools/mctest/mctest.1 @@ -115,7 +115,7 @@ program first appeared in .Sh AUTHORS This manual page was written by -.An George V. Neville-Neil Aq gnn@FreeBSD.org . +.An George V. Neville-Neil Aq Mt gnn@FreeBSD.org . .Sh BUGS Should be reported to the author or to -.Aq net@FreeBSD.org . +.Aq Mt net@FreeBSD.org . diff --git a/tools/tools/sysdoc/sysdoc.sh b/tools/tools/sysdoc/sysdoc.sh index b07c53d..872eabd 100644 --- a/tools/tools/sysdoc/sysdoc.sh +++ b/tools/tools/sysdoc/sysdoc.sh @@ -59,12 +59,12 @@ implementation, see the respecting manual pages. This manual page is automatically generated by a set of scripts written by .An -nosplit -.An Tom Rhodes Aq trhodes@FreeBSD.org , +.An Tom Rhodes Aq Mt trhodes@FreeBSD.org , with significant contributions from -.An Giorgos Keramidas Aq keramida@FreeBSD.org , -.An Ruslan Ermilov Aq ru@FreeBSD.org , +.An Giorgos Keramidas Aq Mt keramida@FreeBSD.org , +.An Ruslan Ermilov Aq Mt ru@FreeBSD.org , and -.An Marc Silver Aq marcs@draenor.org . +.An Marc Silver Aq Mt marcs@draenor.org . .Sh BUGS Sometimes .Fx diff --git a/tools/tools/vimage/vimage.8 b/tools/tools/vimage/vimage.8 index e9a24c4..306bf83 100644 --- a/tools/tools/vimage/vimage.8 +++ b/tools/tools/vimage/vimage.8 @@ -188,8 +188,8 @@ of the main FreeBSD tree. As a result of a project sponsored by the FreeBSD Foundation and Stiching NLNet, integrated virtualized network stack first appeared in FreeBSD 8.0. +.Sh AUTHORS +.An Marko Zec Aq Mt zec@fer.hr .Sh BUGS Deletion of vimages / vnets is known to leak kernel memory and fail at stopping various timers, hence may lead to system crashes. -.Sh AUTHOR -.An "Marko Zec" Aq zec@fer.hr |