diff options
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/arctica-greeter-guest-account-script.1 | 27 | ||||
-rw-r--r-- | data/arctica-greeter-guest-account-script.8 | 14 |
3 files changed, 15 insertions, 27 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 686a520..0cd1c67 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -85,6 +85,7 @@ gsettings_SCHEMAS = \ org.ArcticaProject.arctica-greeter.gschema.xml dist_man1_MANS = arctica-greeter.1 +dist_man8_MANS = arctica-greeter-guest-account-script.8 EXTRA_DIST = \ $(gsettings_SCHEMAS) diff --git a/data/arctica-greeter-guest-account-script.1 b/data/arctica-greeter-guest-account-script.1 deleted file mode 100644 index 58a35a6..0000000 --- a/data/arctica-greeter-guest-account-script.1 +++ /dev/null @@ -1,27 +0,0 @@ -.TH UNITY-GREETER 1 "June 21, 2012" -.SH NAME -arctica-greeter \- LightDM greeter for the Unity desktop -.SH SYNOPSIS -.B arctica-greeter -[ -.I OPTIONS -] -.SH DESCRIPTION -.B Arctica Greeter -is a LightDM greeter for the Unity desktop. -It is run by the LightDM daemon if configured in lightdm.conf. -It is not normally run by a user, but can run in a test mode with the \-\-test-mode option. -This allows the interface to be tested without installing an updated version. -.PP -.SH OPTIONS -.TP -.B \-v, \-\-version -Show release version. -.TP -.B \-\-test-mode -Run the greeter in a test mode inside the current X session. -.TP -.B \-?, \-\-help -Show help options. -.SH SEE ALSO -.B lightdm diff --git a/data/arctica-greeter-guest-account-script.8 b/data/arctica-greeter-guest-account-script.8 new file mode 100644 index 0000000..4dcd235 --- /dev/null +++ b/data/arctica-greeter-guest-account-script.8 @@ -0,0 +1,14 @@ +.TH ARCTICA-GREETER 8 "June 21, 2012" +.SH NAME +arctica-greeter-guest-account-script \- Create temp user for an Arctica Greeter's Guest Session +.SH SYNOPSIS +.B arctica-greeter-guest-account-script +[ +.I OPTIONS +] +.SH DESCRIPTION +\fBWARNING:\fR Never run this script standalone. It is part of the +internal plumbing of Arctica Greeter's guest session feature. +.PP +.SH SEE ALSO +.B arctica-greeter(1) |