aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/mtest/mtest.8
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* mtest(8): use correct macro in mdocEitan Adler2013-12-101-2/+2
| | | | | | | | | | | | The An macros is used for authors while the Ar macro is used for arguments. AFAIK mcast-addr and ifname are not authors. PR: docs/184649 Submitted by: cnst++ MFC After: 3 days Notes: svn path=/head/; revision=259156
* Remove superfluous paragraph macro.Joel Dahl2012-03-251-1/+0
| | | | Notes: svn path=/head/; revision=233455
* mdoc: make pages render with mandocUlrich Spörlein2010-10-211-1/+1
| | | | | | | | | It's a bit more pedantic regarding .Bl list elements. This has an added benefit of unbreaking the ipfw(8) manpage, where groff was silently skipping one list element. Notes: svn path=/head/; revision=214132
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Merge IPv6-capable mtest(8) from MLDv2 branch.Bruce M Simpson2009-04-291-65/+82
| | | | Notes: svn path=/head/; revision=191651
* Update mtest(8) manual page.Bruce M Simpson2009-03-041-6/+45
| | | | Notes: svn path=/head/; revision=189339
* Merge a slightly cleaner and SSM capable mtest(8).Bruce M Simpson2007-03-081-5/+66
| | | | | | | | Submitted by: Wilbert De Graaf MFC after: 1 month Notes: svn path=/head/; revision=167346
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131500
* The .Nm utilityPhilippe Charnier2002-07-141-0/+2
| | | | Notes: svn path=/head/; revision=99968
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-271-1/+1
| | | | Notes: svn path=/head/; revision=70403
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50479
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+3
| | | | | | | | | | | | | | | | | | | | track. The Id line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48791
* Use err(3). -Wall cleaning.Philippe Charnier1997-10-011-1/+1
| | | | Notes: svn path=/head/; revision=30026
* Add the one line description of the man page at the top soMike Pritchard1996-12-151-2/+3
| | | | | | | that "whatis" will report something more than just "mtest". Notes: svn path=/head/; revision=20533
* Make mtest build. Write a makefile and a man page.Bill Fenner1996-12-151-0/+51
Notes: svn path=/head/; revision=20531