From owner-svn-src-all@freebsd.org Fri Dec 23 04:38:28 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7A6AFC8DF9A; Fri, 23 Dec 2016 04:38:28 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4A10D1153; Fri, 23 Dec 2016 04:38:28 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uBN4cRSc029538; Fri, 23 Dec 2016 04:38:27 GMT (envelope-from hrs@FreeBSD.org) Received: (from hrs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uBN4cRas029537; Fri, 23 Dec 2016 04:38:27 GMT (envelope-from hrs@FreeBSD.org) Message-Id: <201612230438.uBN4cRas029537@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: hrs set sender to hrs@FreeBSD.org using -f From: Hiroki Sato Date: Fri, 23 Dec 2016 04:38:27 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r310452 - head/usr.bin/logger X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2016 04:38:28 -0000 Author: hrs Date: Fri Dec 23 04:38:27 2016 New Revision: 310452 URL: https://svnweb.freebsd.org/changeset/base/310452 Log: mdoc fixes. Modified: head/usr.bin/logger/logger.1 Modified: head/usr.bin/logger/logger.1 ============================================================================== --- head/usr.bin/logger/logger.1 Fri Dec 23 04:37:11 2016 (r310451) +++ head/usr.bin/logger/logger.1 Fri Dec 23 04:38:27 2016 (r310452) @@ -116,14 +116,18 @@ If an unknown service name is used, prints a warning and falls back to port 514. .It Fl p Ar pri Enter the message with the specified priority. -The priority may be specified numerically or as a ``facility.level'' +The priority may be specified numerically or as a +.Li facility.level pair. -For example, ``\-p local3.info'' logs the message(s) as +For example, +.Dq Fl p Li local3.info +logs the message(s) as .Ar info Ns rmational level in the .Ar local3 facility. -The default is ``user.notice.'' +The default is +.Dq Li user.notice . .It Fl S Ar addr Ns \&: Ns Ar port Specify source address and/or source port when using .Fl h @@ -135,9 +139,9 @@ flag is enabled. Note that a numeric IPv6 address in .Ar addr must be enclosed with -.Qq \&[ +.Dq \&[ and -.Qq \&] . +.Dq \&] . .It Fl t Ar tag Mark every line in the log with the specified .Ar tag