diff --git a/changelog.md b/changelog.md index fe03b3dc3..eb17bf7bd 100644 --- a/changelog.md +++ b/changelog.md @@ -6,6 +6,7 @@ decreases the delay. - Improved ffmpeg commands for pulseaudio part of the code. - node streaming updated to work with `node v8.1.2`. + - Manpage is now shipped in main branches. * mkchromecast (0.3.7.1) **2017/05/21** diff --git a/man/mkchromecast.1 b/man/mkchromecast.1 new file mode 100644 index 000000000..89734dd4b --- /dev/null +++ b/man/mkchromecast.1 @@ -0,0 +1,52 @@ +.\" Hey, EMACS: -*- nroff -*- +.\" (C) Copyright 2016 Muammar El Khatib , +.\" +.\" First parameter, NAME, should be all caps +.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection +.\" other parameters are allowed: see man(7), man(1) +.TH Mkchromecast "1" "March 30 2017" +.\" Please adjust this date whenever revising the manpage. +.\" +.\" Some roff macros, for reference: +.\" .nh disable hyphenation +.\" .hy enable hyphenation +.\" .ad l left justify +.\" .ad b justify to both left and right margins +.\" .nf disable filling +.\" .fi enable filling +.\" .br insert line break +.\" .sp insert n+1 empty lines +.\" for manpage-specific macros, see man(7) +.SH NAME +mkchromecast \- cast audio and video to Google cast devices +.SH SYNOPSIS +.B mkchromecast +.RI [ options ] +.SH DESCRIPTION +This manual page documents briefly the +.B mkchromecast +commands. +.PP +.\" TeX users may be more comfortable with the \fB\fP and +.\" \fI\fP escape sequences to invode bold face and italics, +.\" respectively. +\fBmkchromecast\fP is a program that allows you to cast your audio or video +files to your Google cast devices. +.SH OPTIONS +This program follows the usual GNU command line syntax, with long +options starting with two dashes (`-'). +A summary of options is included below. +For a complete description, see the Info files. +.TP +.B \-h, \-\-help +Show summary of options. +.TP +.B \-v, \-\-version +Show version of program. +.SH SEE ALSO +.\".BR bar (1), +.\".BR baz (1). +.\".br +The program is documented fully executing +.IR "mkchromecast -h" , +that should give you complete access to the usage.