summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2008-05-19 18:24:01 +0000
committerCosimo Cecchi <cosimoc@src.gnome.org>2008-05-19 18:24:01 +0000
commitddc055fab0f9d7490fc08754c4b9aee7cdb975ce (patch)
treeec35960e062b270df21613f80c9cd350f760e56c /docs
parent1f00db05ea95bc60ecaea54ccf0873af167d40ff (diff)
downloadnautilus-ddc055fab0f9d7490fc08754c4b9aee7cdb975ce.tar.gz
Adds manpages taken from the Debian package. Many thanks to the Debian doc
2008-05-19 Cosimo Cecchi <cosimoc@gnome.org> * docs/Makefile.am: * docs/nautilus-connect-server.1: * docs/nautilus-file-management-properties.1: * docs/nautilus.1: Adds manpages taken from the Debian package. Many thanks to the Debian doc authors for these and for making them available under the GPL license. (#310473 and #501698). svn path=/trunk/; revision=14180
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile.am7
-rw-r--r--docs/nautilus-connect-server.150
-rw-r--r--docs/nautilus-file-management-properties.149
-rw-r--r--docs/nautilus.177
4 files changed, 183 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 1ee1b8aac..0eb7d6ee0 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -2,7 +2,14 @@ NULL =
SUBDIRS = reference
+man_MANS = \
+ nautilus.1 \
+ nautilus-connect-server.1 \
+ nautilus-file-management-properties.1 \
+ $(NULL)
+
EXTRA_DIST = \
+ $(man_MANS) \
architecture.txt \
dnd.txt \
load-states.dia \
diff --git a/docs/nautilus-connect-server.1 b/docs/nautilus-connect-server.1
new file mode 100644
index 000000000..9061363dd
--- /dev/null
+++ b/docs/nautilus-connect-server.1
@@ -0,0 +1,50 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH nautilus-connect-server 1 "05 Jan 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+Nautilus Connect Server \- To Access a remote server
+.SH SYNOPSIS
+.B nautilus-connect-server
+.RI [ options ]
+.RI [ URI ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B nautilus-connect-server
+command.
+.PP
+Nautilus Connect Server is the connection manager for the GNOME desktop.
+.PP
+You can use the file manager to access a remote server, be it an FTP site,
+a Windows share, a WebDav server or an SSH server.
+.SH OPTIONS
+Nautilus follows the usual GNU command line syntax, with long options starting
+with two dashes (`-'). A summary of options is included below.
+.TP
+.B \-\-help
+Show a summary of options.
+.TP
+.B \-\-version
+Show version.
+.TP
+Other standard GNOME options not listed here are also supported.
+.SH SEE ALSO
+Nautilus Connect Server documentation can be found from the "Help" menu, or by pressing the
+F1 key. Nautilus also has a website at http://www.gnome.org/projects/nautilus/
+.SH AUTHOR
+This manual page was written by Julian Andres Klode <jak@jak-linux.org> for the
+Debian GNU/Linux system (but may be used by others), based on a manpage by
+Fernando Ribeiro <fernando@staff.nerdgroup.org>.
diff --git a/docs/nautilus-file-management-properties.1 b/docs/nautilus-file-management-properties.1
new file mode 100644
index 000000000..07aa9b7c5
--- /dev/null
+++ b/docs/nautilus-file-management-properties.1
@@ -0,0 +1,49 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH nautilus-file-management-properties 1 "05 Jan 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+nautilus-file-management-properties \- File Management Preferences
+.SH SYNOPSIS
+.B nautilus-file-management-properties
+.RI [ options ]
+.SH DESCRIPTION
+This manual page documents briefly the
+.B nautilus-file-management-properties
+command.
+.PP
+File Management Preferences allows an user to configure the way nautilus looks.
+.PP
+You can specify a default view, and select sort options and display options.
+You can also specify default settings for icon views and list views.
+.SH OPTIONS
+Nautilus follows the usual GNU command line syntax, with long options starting
+with two dashes (`-'). A summary of options is included below.
+.TP
+.B \-\-help
+Show a summary of options.
+.TP
+.B \-\-version
+Show version.
+.TP
+Other standard GNOME options not listed here are also supported.
+.SH SEE ALSO
+File Management Preferences documentation can be found from the "Help" menu, or by pressing the
+F1 key. Nautilus also has a website at http://www.gnome.org/projects/nautilus/
+.SH AUTHOR
+This manual page was written by Julian Andres Klode <jak@jak-linux.org> for the
+Debian GNU/Linux system (but may be used by others), based on a manpage by
+Fernando Ribeiro <fernando@staff.nerdgroup.org>.
diff --git a/docs/nautilus.1 b/docs/nautilus.1
new file mode 100644
index 000000000..e3baa34b6
--- /dev/null
+++ b/docs/nautilus.1
@@ -0,0 +1,77 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH Nautilus 1 "24 May 2004"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+nautilus \- the GNOME File Manager
+.SH SYNOPSIS
+.B nautilus
+.RI [ options ] " URIs" ...
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B nautilus
+command. This manual page was written for the Debian GNU/Linux distribution
+because the original program does not have a manual page.
+.PP
+Nautilus is the file manager for the GNOME desktop.
+.br
+.SH OPTIONS
+Nautilus follows the usual GNU command line syntax, with long options starting
+with two dashes (`-'). A summary of options is included below.
+.TP
+.B \-\-browser
+Open a browser window.
+.TP
+.B \-c
+.TP
+.B \-\-check
+Perform a quick set of self-check tests.
+.TP
+.B \-g
+.TP
+.B \-\-geometry=\fIGEOMETRY\fR
+Create the initial window with the given geometry.
+.TP
+.B \-n
+.TP
+.B \-\-no-default-window
+Only create windows for explicitly specified URIs.
+.TP
+.B \-\-no-desktop
+Do not manage the desktop \(em ignore the preference set in the preferences
+dialog.
+.TP
+.B \-q
+.TP
+.B \-\-quit
+Quit Nautilus.
+.TP
+.B \-\-help
+Show a summary of options.
+.TP
+.B \-\-version
+Show Nautilus' version.
+.TP
+Other standard GNOME options not listed here are also supported.
+.SH SEE ALSO
+Nautilus documentation can be found from the "Help" menu, or by pressing the
+F1 key. Nautilus also has a website at
+http://www.gnome.org/projects/nautilus/
+.SH AUTHOR
+This manual page was written by Takuo KITAME <kitame@debian.org> and Dafydd
+Harries <daf@muse.19inch.net> for the Debian GNU/Linux system (but may be used
+by others).