Module Name: src
Committed By: wiz
Date: Wed Feb 16 19:33:40 UTC 2011
Modified Files:
src/sbin/shutdown: shutdown.8
Log Message:
Add -vxz to SYNOPSIS. Sort.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sbin/shutdown/shutdown.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sbin/shutdown/shutdown.8
diff -u src/sbin/shutdown/shutdown.8:1.29 src/sbin/shutdown/shutdown.8:1.30
--- src/sbin/shutdown/shutdown.8:1.29 Wed Feb 16 17:53:31 2011
+++ src/sbin/shutdown/shutdown.8 Wed Feb 16 19:33:39 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: shutdown.8,v 1.29 2011/02/16 17:53:31 dyoung Exp $
+.\" $NetBSD: shutdown.8,v 1.30 2011/02/16 19:33:39 wiz Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -37,8 +37,8 @@
.Nd close down the system at a given time
.Sh SYNOPSIS
.Nm
+.Op Fl Ddfhknprvxz
.Op Fl b Ar bootstr
-.Op Fl Ddfhknpr
.Ar time
.Op Ar message ... | Ar -
.Sh DESCRIPTION