From 1efaa0cab8fdece5c4de387453c30c40e368d824 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Fri, 11 Dec 1998 10:20:54 +0000 Subject: [PATCH] Fixed missing `p' flag in synopsis. Broken in: previous commit --- sbin/shutdown/shutdown.8 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sbin/shutdown/shutdown.8 b/sbin/shutdown/shutdown.8 index 5a070b0ea56b..89c10a69248c 100644 --- a/sbin/shutdown/shutdown.8 +++ b/sbin/shutdown/shutdown.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)shutdown.8 8.1 (Berkeley) 6/5/93 -.\" $Id: shutdown.8,v 1.4 1998/08/03 06:22:43 charnier Exp $ +.\" $Id: shutdown.8,v 1.5 1998/12/10 23:54:02 msmith Exp $ .\" .Dd June 5, 1993 .Dt SHUTDOWN 8 @@ -41,7 +41,7 @@ .Sh SYNOPSIS .Nm shutdown .Op Fl -.Op Fl hkrn +.Op Fl hkprn .Ar time .Op Ar warning-message ... .Sh DESCRIPTION