From owner-svn-src-all@freebsd.org Wed Aug 1 12:18:53 2018 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B4E09105A647; Wed, 1 Aug 2018 12:18:53 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6BF4271699; Wed, 1 Aug 2018 12:18:53 +0000 (UTC) (envelope-from 0mp@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4CF5522552; Wed, 1 Aug 2018 12:18:53 +0000 (UTC) (envelope-from 0mp@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w71CIrf1021240; Wed, 1 Aug 2018 12:18:53 GMT (envelope-from 0mp@FreeBSD.org) Received: (from 0mp@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w71CIrOl021239; Wed, 1 Aug 2018 12:18:53 GMT (envelope-from 0mp@FreeBSD.org) Message-Id: <201808011218.w71CIrOl021239@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: 0mp set sender to 0mp@FreeBSD.org using -f From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Wed, 1 Aug 2018 12:18:53 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r337040 - head/usr.sbin/daemon X-SVN-Group: head X-SVN-Commit-Author: 0mp X-SVN-Commit-Paths: head/usr.sbin/daemon X-SVN-Commit-Revision: 337040 X-SVN-Commit-Repository: base 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.27 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: Wed, 01 Aug 2018 12:18:53 -0000 Author: 0mp (ports committer) Date: Wed Aug 1 12:18:52 2018 New Revision: 337040 URL: https://svnweb.freebsd.org/changeset/base/337040 Log: Add a missing "Ar" macro to the description of the -R flag in the manpage. Approved by: bjk (doc committer), krion (mentor) Differential Revision: https://reviews.freebsd.org/D16520 Modified: head/usr.sbin/daemon/daemon.8 Modified: head/usr.sbin/daemon/daemon.8 ============================================================================== --- head/usr.sbin/daemon/daemon.8 Wed Aug 1 12:14:10 2018 (r337039) +++ head/usr.sbin/daemon/daemon.8 Wed Aug 1 12:18:52 2018 (r337040) @@ -66,7 +66,7 @@ Redirect standard input, standard output and standard .It Fl S Enable syslog output. This is implicitly applied if other syslog parameters are provided. -The default values are daemon, notice, and daemon for facility, priority, and +The default values are daemon, notice, and daemon for facility, priority, and tag, respectively. .It Fl o Ar output_file Append output from the daemonized process to @@ -117,7 +117,7 @@ option is used or not. .It Fl r Supervise and restart the program after a one-second delay if it has been terminated. -.It Fl R restart_delay_seconds +.It Fl R Ar restart_delay_seconds Supervise and restart the program after the specified delay if it has been terminated. .It Fl t Ar title