Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 12:18:53 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r337040 - head/usr.sbin/daemon
Message-ID:  <201808011218.w71CIrOl021239@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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