debian/manpages, rpm/byobu.spec, usr/bin/byobu, usr/bin/shell,

usr/share/byobu/windows/common, usr/share/man/man1/shell.1: fix shelltitle
breakage by dropping the "-t shell" title hardcoding, and move/rename
motd+shell to just shell, LP: #368925
This commit is contained in:
Dustin Kirkland 2010-06-03 01:43:57 -05:00
commit 1f7d060893
8 changed files with 28 additions and 24 deletions

View file

@ -1,17 +0,0 @@
.TH motd+shell 1 "11 Feb 2009" byobu "byobu"
.SH NAME
motd+shell \- Print the message of the day and launch a shell
.SH DESCRIPTION
\fBmotd+shell\fP is a simple script that prints the message of the day (/etc/motd) and launches a shell.
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
.TP
\fIhttp://launchpad.net/byobu\fP
.PD
.SH AUTHOR
This manpage and the \fBmotd+shell\fP utility was written by Dustin Kirkland <kirkland@canonical.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

View file

@ -0,0 +1,17 @@
.TH shell 1 "11 Feb 2009" byobu "byobu"
.SH NAME
shell \- Print the message of the day and launch a shell
.SH DESCRIPTION
\fBshell\fP is a simple script that prints the message of the day (/etc/motd) and launches a shell.
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
.TP
\fIhttp://launchpad.net/byobu\fP
.PD
.SH AUTHOR
This manpage and the \fBshell\fP utility was written by Dustin Kirkland <kirkland@canonical.com> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.