summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/smproxy.man42
1 files changed, 20 insertions, 22 deletions
diff --git a/man/smproxy.man b/man/smproxy.man
index 18b8e22..69ae719 100644
--- a/man/smproxy.man
+++ b/man/smproxy.man
@@ -22,7 +22,7 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.\"
-.TH SMPROXY 1 __xorgversion__
+.TH SMPROXY 1 2013-11-23 __xorgversion__
.SH NAME
smproxy \- Session Manager Proxy
.SH SYNOPSIS
@@ -39,37 +39,35 @@ Specifies the file used by \fBsmproxy\fP to save state in the previous session.
.B \-version
Prints the program version and exits.
.SH DESCRIPTION
-.PP
\fBsmproxy\fP allows X applications that do not support X11R6 session
management to participate in an X11R6 session.
-.br
-.sp
+.PP
In order for \fBsmproxy\fP to act as a proxy for an X application, one of
the following must be true:
-.br
-.sp
-- The application maps a top level window containing the
-\fBWM_CLIENT_LEADER\fR property. This property provides a pointer to
-the client leader window which contains the \fBWM_CLASS\fR, \fBWM_NAME\fR,
+.IP \(en 2
+The application maps a top level window containing the
+\fBWM_CLIENT_LEADER\fR property.
+This property provides a pointer to the client leader window
+which contains the \fBWM_CLASS\fR, \fBWM_NAME\fR,
\fBWM_COMMAND\fR, and \fBWM_CLIENT_MACHINE\fR properties.
-.br
-.sp
-or ...
-.br
-.sp
-- The application maps a top level window which does not contain the
-\fBWM_CLIENT_LEADER\fR property. However, this top level window
-contains the \fBWM_CLASS\fR, \fBWM_NAME\fR, \fBWM_COMMAND\fR, and
+.PP
+or
+.IP \(en 2
+The application maps a top level window which does not contain the
+\fBWM_CLIENT_LEADER\fR property.
+However, this top level window contains the
+\fBWM_CLASS\fR, \fBWM_NAME\fR, \fBWM_COMMAND\fR, and
\fBWM_CLIENT_MACHINE\fR properties.
.PP
An application that support the \fBWM_SAVE_YOURSELF\fR protocol will receive
a \fBWM_SAVE_YOURSELF\fR client message each time the session manager issues
-a checkpoint or shutdown. This allows the application to save state. If
-an application does not support the \fBWM_SAVE_YOURSELF\fR protocol, then
-the proxy will provide enough information to the session manager to restart
-the application (using \fBWM_COMMAND\fR), but no state will be restored.
+a checkpoint or shutdown.
+This allows the application to save state.
+If an application does not support the \fBWM_SAVE_YOURSELF\fR protocol,
+then the proxy will provide enough information to the session manager to
+restart the application (using \fBWM_COMMAND\fR),
+but no state will be restored.
.SH SEE ALSO
.BR xsm (__appmansuffix__)
.SH AUTHOR
Ralph Mor, X Consortium
-