Module Name:    src
Committed By:   pgoyette
Date:           Sun May  5 23:05:03 UTC 2019

Modified Files:
        src/usr.bin/vacation: vacation.1

Log Message:
Fix the BUGS section.  There is no ``-t A'' or ``-t D'' option ``-t''
requires an interval specification.  The correct bug info is for the
``-T A'' and ``-T D'' options.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/usr.bin/vacation/vacation.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/vacation/vacation.1
diff -u src/usr.bin/vacation/vacation.1:1.30 src/usr.bin/vacation/vacation.1:1.31
--- src/usr.bin/vacation/vacation.1:1.30	Mon Jul  3 21:34:22 2017
+++ src/usr.bin/vacation/vacation.1	Sun May  5 23:05:03 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: vacation.1,v 1.30 2017/07/03 21:34:22 wiz Exp $
+.\"	$NetBSD: vacation.1,v 1.31 2019/05/05 23:05:03 pgoyette Exp $
 .\"
 .\" Copyright (c) 1985, 1987, 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"	@(#)vacation.1	8.2 (Berkeley) 4/28/95
 .\"
-.Dd March 24, 2013
+.Dd May 6, 2019
 .Dt VACATION 1
 .Os
 .Sh NAME
@@ -249,8 +249,8 @@ command appeared in
 .Bx 4.3 .
 .Sh BUGS
 Adding
-.Fl t Ar A
+.Fl T Ar A
 or
-.Fl t Ar D
+.Fl T Ar D
 should only be done for misconfigured or non-compliant MTAs.
 Doing so may auto-respond to messages that were not supposed to be replied to.

Reply via email to