diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-03-29 17:07:49 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2025-03-29 17:07:49 -0700 |
commit | 33e87568a4939126f22b04cf11d3fbd2fa6fa21a (patch) | |
tree | 56cfbb2e880fbb86a4acf58e90e8c582136b3d47 | |
parent | f7dadf82fc6d3465aab58eeec3b703a7c666200a (diff) |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/app/smproxy/-/merge_requests/5>
-rw-r--r-- | man/smproxy.man | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/smproxy.man b/man/smproxy.man index a38d789..18b8e22 100644 --- a/man/smproxy.man +++ b/man/smproxy.man @@ -27,24 +27,24 @@ smproxy \- Session Manager Proxy .SH SYNOPSIS .B smproxy -[-clientId id] [-restore saveFile] [-version] +[\fB\-clientId\fP \fIid\fP] [\fB\-restore\fP \fIsaveFile\fP] [\fB\-version\fP] .SH OPTIONS .TP 8 .B \-clientId \fIid\fP -Specifies the session ID used by \fIsmproxy\fP in the previous session. +Specifies the session ID used by \fBsmproxy\fP in the previous session. .TP 8 .B \-restore \fIsaveFile\fP -Specifies the file used by \fIsmproxy\fP to save state in the previous session. +Specifies the file used by \fBsmproxy\fP to save state in the previous session. .TP 8 .B \-version Prints the program version and exits. .SH DESCRIPTION .PP -\fIsmproxy\fP allows X applications that do not support X11R6 session +\fBsmproxy\fP allows X applications that do not support X11R6 session management to participate in an X11R6 session. .br .sp -In order for \fIsmproxy\fP to act as a proxy for an X application, one of +In order for \fBsmproxy\fP to act as a proxy for an X application, one of the following must be true: .br .sp @@ -69,7 +69,7 @@ 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 -xsm(__appmansuffix__) +.BR xsm (__appmansuffix__) .SH AUTHOR Ralph Mor, X Consortium |