mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-19 13:09:52 -07:00
* configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost,
usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1, usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl- a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu- janitor.1, usr/share/man/man1/byobu-keybindings.1, usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu- launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1, usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu- prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu- reconnect-sockets.1, usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu- select-profile.1, usr/share/man/man1/byobu-select-session.1, usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1, usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status- detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu- ugraph.1, usr/share/man/man1/byobu-ulevel.1: - replace http://byobu.co links to newly registered http://byobu.org
This commit is contained in:
parent
54e4336356
commit
c90692130b
31 changed files with 76 additions and 59 deletions
2
NEWS
2
NEWS
|
@ -1 +1 @@
|
||||||
http://byobu.co/
|
http://byobu.org/
|
||||||
|
|
4
README
4
README
|
@ -1,5 +1,5 @@
|
||||||
For more information about this package, please see:
|
For more information about this package, please see:
|
||||||
* http://byobu.co
|
* http://byobu.org
|
||||||
|
|
||||||
If Byobu is not packaged for your Linux or UNIX OS, or if you do not have
|
If Byobu is not packaged for your Linux or UNIX OS, or if you do not have
|
||||||
administrative privileges in order to install Byobu, you may be able to
|
administrative privileges in order to install Byobu, you may be able to
|
||||||
|
@ -33,5 +33,5 @@ Note that you will need to have a few dependencies installed:
|
||||||
* gsed (if your sed implementation doesn't support -i)
|
* gsed (if your sed implementation doesn't support -i)
|
||||||
* coreutils
|
* coreutils
|
||||||
|
|
||||||
Dustin Kirkland <kirkland@byobu.co>
|
Dustin Kirkland <kirkland@byobu.org>
|
||||||
2015-03-01
|
2015-03-01
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ([2.61])
|
AC_PREREQ([2.61])
|
||||||
AC_INIT(byobu, 3.0, http://byobu.co)
|
AC_INIT(byobu, 3.0, http://byobu.org)
|
||||||
AM_INIT_AUTOMAKE(byobu, 3.0)
|
AM_INIT_AUTOMAKE(byobu, 3.0)
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
|
|
||||||
|
|
17
debian/changelog
vendored
17
debian/changelog
vendored
|
@ -4,6 +4,23 @@ byobu (5.102) unreleased; urgency=medium
|
||||||
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
|
usr/share/byobu/keybindings/mouse.tmux.enable: LP: #1514377
|
||||||
- use tmux 2.1's new 'mouse' option, add some comments,
|
- use tmux 2.1's new 'mouse' option, add some comments,
|
||||||
support old and new
|
support old and new
|
||||||
|
* configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost,
|
||||||
|
usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1,
|
||||||
|
usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl-
|
||||||
|
a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu-
|
||||||
|
janitor.1, usr/share/man/man1/byobu-keybindings.1,
|
||||||
|
usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu-
|
||||||
|
launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
|
||||||
|
usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-
|
||||||
|
prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-
|
||||||
|
reconnect-sockets.1, usr/share/man/man1/byobu-screen.1,
|
||||||
|
usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu-
|
||||||
|
select-profile.1, usr/share/man/man1/byobu-select-session.1,
|
||||||
|
usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1,
|
||||||
|
usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status-
|
||||||
|
detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu-
|
||||||
|
ugraph.1, usr/share/man/man1/byobu-ulevel.1:
|
||||||
|
- replace http://byobu.co links to newly registered http://byobu.org
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:27 +0200
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 14 Jan 2016 08:55:27 +0200
|
||||||
|
|
||||||
|
|
2
debian/control
vendored
2
debian/control
vendored
|
@ -5,7 +5,7 @@ Maintainer: Dustin Kirkland <kirkland@ubuntu.com>
|
||||||
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
Uploaders: Antoine Beaupré <anarcat@koumbit.org>
|
||||||
Standards-Version: 3.9.6
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8
|
Build-Depends: debhelper (>= 7.0.50~), gettext-base, automake, autoconf, pep8
|
||||||
Homepage: http://byobu.co
|
Homepage: http://byobu.org
|
||||||
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
Vcs-Bzr: http://bazaar.launchpad.net/~kirkland/byobu/trunk
|
||||||
|
|
||||||
Package: byobu
|
Package: byobu
|
||||||
|
|
|
@ -6,10 +6,10 @@
|
||||||
# Copyright (C) 2011-2014 Dustin Kirkland
|
# Copyright (C) 2011-2014 Dustin Kirkland
|
||||||
#
|
#
|
||||||
# Author(s): Jon Bernard <jbernard@debian.org>
|
# Author(s): Jon Bernard <jbernard@debian.org>
|
||||||
# Dustin Kirkland <kirkland@byobu.co>
|
# Dustin Kirkland <kirkland@byobu.org>
|
||||||
#
|
#
|
||||||
# Derived from byobu's ec2_cost written by Dustin Kirkland, see
|
# Derived from byobu's ec2_cost written by Dustin Kirkland, see
|
||||||
# Byobu's project page: http://byobu.co for more information
|
# Byobu's project page: http://byobu.org for more information
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify it
|
# This program is free software: you can redistribute it and/or modify it
|
||||||
# under the terms of the GNU General Public License as published by the
|
# under the terms of the GNU General Public License as published by the
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!-- Copyright 2014 Dustin Kirkland <kirkland@byobu.co> -->
|
<!-- Copyright 2014 Dustin Kirkland <kirkland@byobu.org> -->
|
||||||
<application>
|
<application>
|
||||||
<id type="desktop">byobu.desktop</id>
|
<id type="desktop">byobu.desktop</id>
|
||||||
<metadata_license>GPL-3</metadata_license>
|
<metadata_license>GPL-3</metadata_license>
|
||||||
|
@ -15,9 +15,9 @@
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<screenshots>
|
<screenshots>
|
||||||
<screenshot type="default" width="800" height="600">http://byobu.co/img/screenshot.png</screenshot>
|
<screenshot type="default" width="800" height="600">http://byobu.org/img/screenshot.png</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<url type="homepage">http://byobu.co</url>
|
<url type="homepage">http://byobu.org</url>
|
||||||
<updatecontact>kirkland@byobu.co</updatecontact>
|
<updatecontact>kirkland@byobu.org</updatecontact>
|
||||||
<project_group>Byobu</project_group>
|
<project_group>Byobu</project_group>
|
||||||
</application>
|
</application>
|
||||||
|
|
|
@ -14,10 +14,10 @@ The menu provided by the \fBbyobu\fP should be self-explanatory.
|
||||||
\fBscreen\fP(1)
|
\fBscreen\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -10,10 +10,10 @@ Traditional GNU \fBscreen\fP(1) uses ctrl-a as its escape character, while GNU \
|
||||||
Thus, this program exists to allow each user to choose the behavior of ctrl-a in their local environment.
|
Thus, this program exists to allow each user to choose the behavior of ctrl-a in their local environment.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -21,10 +21,10 @@ None found, yet.
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1)
|
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1)
|
||||||
.TP
|
.TP
|
||||||
\fBhttp://byobu.co\fP
|
\fBhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage was written by Jan Klepek <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@byobu.co> 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.
|
This manpage was written by Jan Klepek <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@byobu.org> 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.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -17,10 +17,10 @@ None found, yet.
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1)
|
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1)
|
||||||
.TP
|
.TP
|
||||||
\fBhttp://byobu.co\fP
|
\fBhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage was written by Jan Klepek <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@byobu.co> 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.
|
This manpage was written by Jan Klepek <jan.klepek at gmail.com> and the utility was written by Dustin Kirkland <kirkland@byobu.org> 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.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -17,10 +17,10 @@ Some Byobu users toggle these keybindings when they interfere with other program
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBtmux\fP(1), \fBbyobu\fP(1), \fBmc\fP(1)
|
\fBscreen\fP(1), \fBtmux\fP(1), \fBbyobu\fP(1), \fBmc\fP(1)
|
||||||
.TP
|
.TP
|
||||||
\fBhttp://byobu.co\fP
|
\fBhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and utility were written by Dustin Kirkland <kirkland@byobu.co> 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.
|
This manpage and utility were written by Dustin Kirkland <kirkland@byobu.org> 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.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -18,10 +18,10 @@ You can disable this behavior entirely at any time with the \fBbyobu\-launcher\-
|
||||||
\fBscreen\fP(1), \fBbyobu\fP(1), \fBssh\fP(1), \fBconsole\fP(4), \fBbyobu\-launcher\-uninstall\fP(1)
|
\fBscreen\fP(1), \fBbyobu\fP(1), \fBssh\fP(1), \fBconsole\fP(4), \fBbyobu\-launcher\-uninstall\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -14,10 +14,10 @@ byobu\-launcher\-uninstall
|
||||||
\fBscreen\fP(1), \fBbyobu\fP(1), \fBssh\fP(1), \fBconsole\fP(4), \fBbyobu\-launcher\-install\fP(1)
|
\fBscreen\fP(1), \fBbyobu\fP(1), \fBssh\fP(1), \fBconsole\fP(4), \fBbyobu\-launcher\-install\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -11,10 +11,10 @@ byobu\-launcher \- Byobu Launcher
|
||||||
\fBscreen\fP(1), \fBbyobu\fP(1)
|
\fBscreen\fP(1), \fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -16,10 +16,10 @@ Note that this only works with Byobu when backed by \fBtmux\fP(1), and not \fBsc
|
||||||
\fBbyobu\fP(1), \fBtmux\fP(1)
|
\fBbyobu\fP(1), \fBtmux\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -30,10 +30,10 @@ This is currently only compatible with \fBbash(1)\fP.
|
||||||
.TP
|
.TP
|
||||||
\fBbash\fP(1)
|
\fBbash\fP(1)
|
||||||
.TP
|
.TP
|
||||||
\fBhttp://byobu.co\fP
|
\fBhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> 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.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> 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.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -14,10 +14,10 @@ Some administrators, in some environments, at some times may prefer a very minim
|
||||||
\fBbyobu-silent\fP(1)
|
\fBbyobu-silent\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -8,10 +8,10 @@ byobu\-reconnect\-sockets \- Sourcable script that updates GPG_AGENT_INFO and DB
|
||||||
This is often useful when reattaching to a detached Byobu session.
|
This is often useful when reattaching to a detached Byobu session.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -10,10 +10,10 @@ byobu\-screen \- Launch byobu with screen as the backend
|
||||||
\fBbyobu\fP(1), \fBscreen\fP(1)
|
\fBbyobu\fP(1), \fBscreen\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -21,10 +21,10 @@ This utility will only affect which backend is used by default when simply runni
|
||||||
\fBbyobu\fP(1), \fBbyobu-screen\fP(1), \fBbyobu-tmux\fP(1), \fBscreen\fP(1), \fBtmux\fP(1)
|
\fBbyobu\fP(1), \fBbyobu-screen\fP(1), \fBbyobu-tmux\fP(1), \fBscreen\fP(1), \fBtmux\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -11,10 +11,10 @@ byobu\-select\-profile \- select your Byobu foreground and background colors
|
||||||
\fBbyobu\fP(1)
|
\fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -23,10 +23,10 @@ Named sessions that begin with a "." are "hidden" from \fBbyobu\-select\-session
|
||||||
\fBbyobu\fP(1), \fBscreen\fP(1)
|
\fBbyobu\fP(1), \fBscreen\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -8,10 +8,10 @@ byobu\-shell \- Print the message of the day and launch a shell
|
||||||
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
|
$SHELL will be invoked if it exists. Otherwise, /bin/sh will be used.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -16,10 +16,10 @@ Some administrators, in some environments, at some times may prefer a very minim
|
||||||
\fBbyobu-quiet\fP(1)
|
\fBbyobu-quiet\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -6,10 +6,10 @@ byobu\-status\-detail \- Wrapper that uses a sensible pager
|
||||||
\fBbyobu\-status\-detail\fP is a simple script that uses a sensible pager for displaying the detailed status of all byobu status scripts.
|
\fBbyobu\-status\-detail\fP is a simple script that uses a sensible pager for displaying the detailed status of all byobu status scripts.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -6,10 +6,10 @@ byobu\-status \- displays status suitable for printing by the BYOBU_BACKEND
|
||||||
\fBbyobu\-status\fP is a program periodically called by the BYOBU_BACKEND to gather the formatted status strings displayed in to lower status bar(s).
|
\fBbyobu\-status\fP is a program periodically called by the BYOBU_BACKEND to gather the formatted status strings displayed in to lower status bar(s).
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -10,10 +10,10 @@ byobu\-tmux \- Launch byobu with tmux as the backend
|
||||||
\fBbyobu\fP(1), \fBtmux\fP(1)
|
\fBbyobu\fP(1), \fBtmux\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -43,10 +43,10 @@ If '-r' is not specified, the file <file> will be rotated such that at most <poi
|
||||||
\fBbyobu\fP(1)
|
\fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This utility was written by James Hunt <james.hunt@canonical.com>, and this manpage was written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This utility was written by James Hunt <james.hunt@canonical.com>, and this manpage was written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -73,10 +73,10 @@ The <chars> argument to '-u' must contain space-delimited characters.
|
||||||
\fBbyobu\fP(1)
|
\fBbyobu\fP(1)
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This utility was written by James Hunt <james.hunt@canonical.com>, and this manpage was written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This utility was written by James Hunt <james.hunt@canonical.com>, and this manpage was written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
|
@ -235,10 +235,10 @@ Byobu requires a suitable \fBulimit\fP(3) values to run. If you get an error at
|
||||||
.TP
|
.TP
|
||||||
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBbyobu-select-backend\fP(1), \fBtmux\fP(1)
|
\fBscreen\fP(1), \fBbyobu-config\fP(1), \fBbyobu-export\fP(1), \fBbyobu-status\fP(1), \fBbyobu-status-detail\fB(1), \fBbyobu-enable\fB(1), \fBbyobu-launch\fB(1), \fBbyobu-select-backend\fP(1), \fBtmux\fP(1)
|
||||||
.TP
|
.TP
|
||||||
\fIhttp://byobu.co\fP
|
\fIhttp://byobu.org\fP
|
||||||
.PD
|
.PD
|
||||||
|
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.co> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
This manpage and the utility were written by Dustin Kirkland <kirkland@byobu.org> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
|
||||||
|
|
||||||
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or in \fI/usr/share/doc/fedora-release-*/GPL\fP on Fedora systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue