From c1ee3587a1fbdfed6e9d4a76189db2ba7503c4fd Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Mon, 16 Apr 2018 03:35:43 +0000 Subject: [PATCH] Fix cut-and-pasted line to have the right option letter. Reported by: 0mp@ Pointy hat: ian@ --- usr.sbin/daemon/daemon.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index 2540df0d1b4..b63994e1a7d 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -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