5

Skype used to have a man page. Now, I just get:

thufir@mordor:~$ 
thufir@mordor:~$ man skype
No manual entry for skype
See 'man 7 undocumented' for help when manual pages are not available.
thufir@mordor:~$ 

I installed as per the directions for Ubuntu 15.10. See also:

http://community.skype.com/t5/Linux/man-skype/m-p/4321762

Thufir
  • 4,441
  • 17
  • 80
  • 146
  • 4
    How do any of the links prove skype ever had a man page? As fas as I know 3rd party apps (especially those owned by Microsoft) never have man pages(?) And it is the responsibility of that 3rd app owner to provide a help. – Rinzwind Mar 08 '16 at 11:09
  • 1
    I'm fairly sure many third party apps have man pages. There's nothing to stop the installer adding a man page as part of its install process. But it seems unlikely that it would be a priority for Skype to create and maintain a man page. – bdsl Mar 08 '16 at 15:22

1 Answers1

3

No, but for a list of all options one can use with it, skype --help still works:

Skype 4.3.0.37

Usage: skype [options]
Options:
  --dbpath=<path>       Specify an alternative path to store Skype data files.
                        Default: ~/.Skype
  --resources=<path>    Specify a path where Skype can find its resource files.
                        Default: /usr/share/skype
  --secondary           Start a secondary instance of Skype.
  --disable-api         Disable Skype Public API.
  --callto <nick>
  skype:<nick>?<action>
                        These commands allow Skype links handling.
  --pipelogin           Command line login. "echo username password | skype --pipelogin"
  --version             Display version information and exit.
  • leaving open for a bit to see if anyone comes up with some incredible info. thanks for the answer. – Thufir Mar 08 '16 at 09:40