Date: Fri, 22 Jul 2011 00:57:37 +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: <201107220057.p6M0vxkV071803@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gjb 2011-07-22 00:57:37 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sbin/shutdown Makefile shutdown.8 shutdown.c
Log:
SVN rev 224259 on 2011-07-22 00:57:37Z 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.22.2 +2 -0 src/sbin/shutdown/Makefile
1.25.2.2 +23 -12 src/sbin/shutdown/shutdown.8
1.28.22.2 +26 -2 src/sbin/shutdown/shutdown.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201107220057.p6M0vxkV071803>
