This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goserver. commit 42c8b8602608e27446f04826f26da17c0a74a1af Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Apr 1 10:40:05 2014 +0200 Fix typos / hyphen-as-minus signs issues in x2goversion.8 and x2gomountdirs.8. --- debian/changelog | 2 ++ x2goserver/man/man8/x2gomountdirs.8 | 11 ++++++----- x2goserver/man/man8/x2goversion.8 | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 064face..8f1065b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -121,6 +121,8 @@ x2goserver (4.0.1.14-0x2go1) UNRELEASED; urgency=low - Provide proper Gentoo support in x2goserver-xsession portion of X2Go Server. (Fixes: #445). - x2gofm.desktop: Drop obsolete Encoding key from .desktop file. + - Fix typos / hyphen-as-minus signs issues in x2goversion.8 and + x2gomountdirs.8. * x2goserver.spec: - Let builds for EPEL-7 behave like recent Fedora builds. * debian/*.doc-base: diff --git a/x2goserver/man/man8/x2gomountdirs.8 b/x2goserver/man/man8/x2gomountdirs.8 index 8c98009..e86c16f 100644 --- a/x2goserver/man/man8/x2gomountdirs.8 +++ b/x2goserver/man/man8/x2gomountdirs.8 @@ -15,7 +15,7 @@ x2gomountdirs \- Share Client-Side Folder with X2Go Session x2gomountdirs <mount_type> <session_id> <username> <key_file> <dir1> [<dir2> [<dir3> [...]]] .SH DESCRIPTION -\fBx2gomountdirs\fR mounts client-side folders or devices onto mountpoints that are accessible +\fBx2gomountdirs\fR mounts client\-side folders or devices onto mountpoints that are accessible from within your remote X2Go session. .PP \fBx2gomountdirs\fR is run with X2Go user privileges and normally issued by an X2Go client application. @@ -38,19 +38,19 @@ Location of a temporary private SSH key file (only valid for this command execut A list of client-side folders or device mount points that shall be mounted for X2Go session <session_id>. .PP .SH PERMISSIONS -X2Go uses the fuse-based SSH filesystem (SSHFS) for sharing client-side file ressources with X2Go sessions. +X2Go uses the fuse-based SSH filesystem (SSHFS) for sharing client\-side file resources with X2Go sessions. Users that shall use X2Go folder sharing must be members of the X2Go server's ,,fuse'' POSIX group. .SH RETURN VALUES \fBx2gomountdirs\fR returns some mount point information to stdout if the mounting process has been successful. -The mount results are printed line-by-line. The individual lines must be interpreted as shown below: +The mount results are printed line\-by\-line. The individual lines must be interpreted as shown below: line 01: dirs:<local_path>__REVERSESSH_PORT__<sshfs_port> line 02: ssh port:<sshfs_port> line 03: Host:<client_ip> line 04: User:<user> - line 05: inserted, sshfs -o <options> \\ + line 05: inserted, sshfs \-o <options> \\ "<user">@<client_ip>:"<local_path>" \\ - "<server_path>" -p <sshfs_port> + "<server_path>" \-p <sshfs_port> line 06: mount <local_path> ok line 07: fname: <desktop_icon_name> .PP @@ -65,3 +65,4 @@ x2goumount-session(8) .SH AUTHOR This manual has been written by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> for the X2Go project (http://www.x2go.org). + diff --git a/x2goserver/man/man8/x2goversion.8 b/x2goserver/man/man8/x2goversion.8 index 746221e..03cab17 100644 --- a/x2goserver/man/man8/x2goversion.8 +++ b/x2goserver/man/man8/x2goversion.8 @@ -15,7 +15,7 @@ x2goversion \- Retrieve Code Versions of X2Go Server Components x2goversion [<x2go-component>] .SH DESCRIPTION -\fBx2goversion\fR allows to retrieve code versions of X2Go server components. +\fBx2goversion\fR allows one to retrieve code versions of X2Go server components. .PP If the \fB[<x2go-component>]\fR parameter is omitted then a list of all available X2Go server -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goserver.git