Date: Fri, 22 Jul 2011 00:58:09 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sbin/shutdown Makefile shutdown.8 shutdown.c Message-ID: <201107220058.p6M0wKmJ071849@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gjb 2011-07-22 00:58:09 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
sbin/shutdown Makefile shutdown.8 shutdown.c
Log:
SVN rev 224260 on 2011-07-22 00:58:09Z by gjb
MFC 216823, 223991, 223992:
216823 (by pjd):
- For compatibility with Linux and Solaris add poweroff(8).
It is implemented as a hard link to shutdown(8) and it is equivalent
of:
# shutdown -p now
While I'm here put one line of usage into one line of C code so it
is easier to grep(1) and separate unrelated code with empty line.
223991:
- Improvements to the shutdown(8) manual.
223992:
- Remove trailing whitespace in the shutdown(8) manual.
Approved by: delphij
Revision Changes Path
1.9.10.1 +2 -0 src/sbin/shutdown/Makefile
1.24.10.2 +23 -12 src/sbin/shutdown/shutdown.8
1.28.10.1 +26 -2 src/sbin/shutdown/shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107220058.p6M0wKmJ071849>
