Add an initial version of a manpage
https://bugzilla.gnome.org/show_bug.cgi?id=605249
This commit is contained in:
parent
2d574047e4
commit
ea4b1c6c29
@ -1,4 +1,4 @@
|
|||||||
SUBDIRS = data js src tests po
|
SUBDIRS = data js src tests po man
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.project \
|
.project \
|
||||||
|
@ -131,4 +131,5 @@ AC_OUTPUT([
|
|||||||
src/Makefile
|
src/Makefile
|
||||||
tests/Makefile
|
tests/Makefile
|
||||||
po/Makefile.in
|
po/Makefile.in
|
||||||
|
man/Makefile
|
||||||
])
|
])
|
||||||
|
1
man/Makefile.am
Normal file
1
man/Makefile.am
Normal file
@ -0,0 +1 @@
|
|||||||
|
man_MANS = gnome-shell.1
|
99
man/gnome-shell.1
Normal file
99
man/gnome-shell.1
Normal file
@ -0,0 +1,99 @@
|
|||||||
|
.\" Copyright (c) 2009, Marcelo Jorge Vieira (metal) <metal@alucinados.com>
|
||||||
|
.\"
|
||||||
|
.\" This is free documentation; you can redistribute it and/or
|
||||||
|
.\" modify it under the terms of the GNU General Public License as
|
||||||
|
.\" published by the Free Software Foundation; either version 2 of
|
||||||
|
.\" the License, or (at your option) any later version.
|
||||||
|
.\"
|
||||||
|
.\" The GNU General Public License's references to "object code"
|
||||||
|
.\" and "executables" are to be interpreted as the output of any
|
||||||
|
.\" document formatting or typesetting system, including
|
||||||
|
.\" intermediate and printed output.
|
||||||
|
.\"
|
||||||
|
.\" This manual is distributed in the hope that it will be useful,
|
||||||
|
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" GNU General Public License for more details.
|
||||||
|
.\"
|
||||||
|
.\" You should have received a copy of the GNU General Public
|
||||||
|
.\" License along with this manual; if not, write to the Free
|
||||||
|
.\" Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
.\" Boston, MA 02111-1301 USA.
|
||||||
|
.TH GNOME-SHELL 1
|
||||||
|
.SH NAME
|
||||||
|
gnome-shell \- Graphical shell for the GNOME desktop
|
||||||
|
|
||||||
|
.SH SYNOPSIS
|
||||||
|
.B gnome-shell [options]
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
GNOME Shell provides core user interface functions for the GNOME 3
|
||||||
|
desktop, like switching to windows and launching applications. GNOME
|
||||||
|
Shell takes advantage of the capabilities of modern graphics hardware
|
||||||
|
and introduces innovative user interface concepts to provide a
|
||||||
|
visually attractive and easy to use experience.
|
||||||
|
|
||||||
|
.SH OPTIONS
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-r, \-\-replace
|
||||||
|
Replace the running metacity/gnome-panel
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-v, \-\-verbose
|
||||||
|
Shows details about the results of running `gnome-shell'.
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-g, \-\-debug
|
||||||
|
Run under a debugger
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-debug\-command
|
||||||
|
Command to use for debugging (defaults to 'gdb \-\-args')
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-sync
|
||||||
|
.br
|
||||||
|
Make X calls synchronously, useful when debugging down X errors
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-xephyr
|
||||||
|
Run a debugging instance inside Xephyr
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-geometry
|
||||||
|
Specify Xephyr screen geometry
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-w, \-\-wide
|
||||||
|
Use widescreen (1280x800) with Xephyr
|
||||||
|
.br
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-create\-extension
|
||||||
|
Create a new GNOME Shell extension
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.B \-\-eval\-file
|
||||||
|
Evaluate the contents of the given JavaScript file
|
||||||
|
.br
|
||||||
|
|
||||||
|
.SH BUGS
|
||||||
|
The bug tracker can be reached by visiting the website
|
||||||
|
\fIhttps://bugzilla.gnome.org/buglist.cgi?product=gnome-shell\fR
|
||||||
|
|
||||||
|
Before sending a bug report, please verify that you have the latest
|
||||||
|
version of gnome-shell. Many bugs (major and minor) are fixed at each
|
||||||
|
release, and if yours is out of date, the problem may already have
|
||||||
|
been solved.
|
||||||
|
|
||||||
|
.SH ADDITIONAL INFORMATION
|
||||||
|
|
||||||
|
For further information, visit the website \fIhttp://live.gnome.org/GnomeShell\fR
|
Loading…
Reference in New Issue
Block a user