Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2018 03:35:43 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332527 - head/usr.sbin/daemon
Message-ID:  <201804160335.w3G3ZhlZ010198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Mon Apr 16 03:35:43 2018
New Revision: 332527
URL: https://svnweb.freebsd.org/changeset/base/332527

Log:
  Fix cut-and-pasted line to have the right option letter.
  
  Reported by:	0mp@
  Pointy hat:	ian@

Modified:
  head/usr.sbin/daemon/daemon.8

Modified: head/usr.sbin/daemon/daemon.8
==============================================================================
--- head/usr.sbin/daemon/daemon.8	Mon Apr 16 03:35:18 2018	(r332526)
+++ head/usr.sbin/daemon/daemon.8	Mon Apr 16 03:35:43 2018	(r332527)
@@ -26,7 +26,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 14, 2018
+.Dd April 15, 2018
 .Dt DAEMON 8
 .Os
 .Sh NAME
@@ -44,7 +44,7 @@
 .Op Fl s Ar syslog_priority
 .Op Fl T Ar syslog_tag
 .Op Fl l Ar syslog_facility
-.Op Fl T Ar restart_delay_seconds
+.Op Fl R Ar restart_delay_seconds
 .Ar command arguments ...
 .Sh DESCRIPTION
 The



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