Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Apr 2018 14:42:24 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332373 - head/usr.bin/tail
Message-ID:  <201804101442.w3AEgOfU098085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Tue Apr 10 14:42:24 2018
New Revision: 332373
URL: https://svnweb.freebsd.org/changeset/base/332373

Log:
  tail(1): Address mandoc concern (space before punctuation after macro)
  
  X-MFC-With:	r332372

Modified:
  head/usr.bin/tail/tail.1

Modified: head/usr.bin/tail/tail.1
==============================================================================
--- head/usr.bin/tail/tail.1	Tue Apr 10 14:27:27 2018	(r332372)
+++ head/usr.bin/tail/tail.1	Tue Apr 10 14:42:24 2018	(r332373)
@@ -112,7 +112,7 @@ The
 option is the same as the
 .Fl f
 option if reading from standard input rather than a file.
-.It Fl n Ar number, Fl -lines Ns = Ns Ar number
+.It Fl n Ar number , Fl -lines Ns = Ns Ar number
 The location is
 .Ar number
 lines.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804101442.w3AEgOfU098085>