From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7410 invoked by alias); 3 Jun 2013 11:51:51 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 7393 invoked by uid 9993); 3 Jun 2013 11:51:50 -0000 Message-ID: <20130603115150.7390.qmail@sourceware.org> From: ffes@sourceware.org Date: Mon, 03 Jun 2013 11:51:00 -0000 To: cygwin-apps-cvs@sourceware.org Subject: shutdown reboot.8 shutdown.8 shutdown.c User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2013-q2/txt/msg00018.txt.bz2 CVSROOT: /cvs/cygwin-apps Module name: shutdown Changes by: ffes@sourceware.org 2013-06-03 11:51:50 Modified files: . : reboot.8 shutdown.8 shutdown.c Log message: * Changed the short option for hibernate from -h to -b. * Added -h, --halt as additional option for shutdown and -c, --cancel as additional option for abort. * Updated shutdown.8 man pages to reflect these changes. * Fixed typo: changed text InitateSystemShutdown to InitiateSystemShutdownEx in the two usage() functions in shutdown.c and in shutdown.8 and reboot.8 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/reboot.8.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/shutdown.8.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2 http://sourceware.org/cgi-bin/cvsweb.cgi/shutdown/shutdown.c.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5