mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-28 09:47:09 +02:00
Update man pages
This commit is contained in:
parent
8b07d20499
commit
f1ee39e515
4 changed files with 9 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
.\"groff -Tascii -man snapclient.1
|
||||
.TH SNAPCLIENT 1 "June 2020"
|
||||
.TH SNAPCLIENT 1 "January 2025"
|
||||
.SH NAME
|
||||
snapclient - Snapcast client
|
||||
.SH SYNOPSIS
|
||||
|
@ -47,14 +47,11 @@ latency of the PCM device
|
|||
resample audio stream to <rate>:<bits>:<channels>
|
||||
.TP
|
||||
\fB--player arg (=alsa)\fR
|
||||
alsa|file[:<options>|?]
|
||||
alsa|pulse|file[:<options>|?]
|
||||
.TP
|
||||
\fB--mixer arg (=software)\fR
|
||||
software|hardware|script|none|?[:<options>]
|
||||
.TP
|
||||
\fB-e, --mstderr\fR
|
||||
send metadata to stderr
|
||||
.TP
|
||||
\fB-d, --daemon [=arg(=-3)]\fR
|
||||
daemonize, optional process priority [-20..19]
|
||||
.TP
|
||||
|
@ -71,7 +68,7 @@ log filter <tag>:<level>[,<tag>:<level>]* with tag = * or <log tag> and level =
|
|||
\fI/etc/default/snapclient\fR
|
||||
the daemon default configuration file
|
||||
.SH "COPYRIGHT"
|
||||
Copyright (C) 2014-2024 Johannes Pohl (snapcast@badaix.de).
|
||||
Copyright (C) 2014-2025 Johannes Pohl (snapcast@badaix.de).
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -206,7 +206,7 @@ int main(int argc, char** argv)
|
|||
if (versionSwitch->is_set())
|
||||
{
|
||||
cout << "snapclient v" << version::code << (!version::rev().empty() ? (" (rev " + version::rev(8) + ")") : ("")) << "\n"
|
||||
<< "Copyright (C) 2014-2024 BadAix (snapcast@badaix.de).\n"
|
||||
<< "Copyright (C) 2014-2025 BadAix (snapcast@badaix.de).\n"
|
||||
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
||||
<< "This is free software: you are free to change and redistribute it.\n"
|
||||
<< "There is NO WARRANTY, to the extent permitted by law.\n\n"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH SNAPSERVER 1 "June 2020"
|
||||
.TH SNAPSERVER 1 "January 2025"
|
||||
.SH NAME
|
||||
snapserver - Snapcast server
|
||||
.SH SYNOPSIS
|
||||
|
@ -41,7 +41,7 @@ the snapserver configuration file
|
|||
\fI~/.config/snapcast/server.json\fR or (if $HOME is not set) \fI/var/lib/snapcast/server.json\fR
|
||||
persistent server data file
|
||||
.SH "COPYRIGHT"
|
||||
Copyright (C) 2014-2024 Johannes Pohl (snapcast@badaix.de).
|
||||
Copyright (C) 2014-2025 Johannes Pohl (snapcast@badaix.de).
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/***
|
||||
This file is part of snapcast
|
||||
Copyright (C) 2014-2024 Johannes Pohl
|
||||
Copyright (C) 2014-2025 Johannes Pohl
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -183,7 +183,7 @@ int main(int argc, char* argv[])
|
|||
if (versionSwitch->is_set())
|
||||
{
|
||||
cout << "snapserver v" << version::code << (!version::rev().empty() ? (" (rev " + version::rev(8) + ")") : ("")) << "\n"
|
||||
<< "Copyright (C) 2014-2024 BadAix (snapcast@badaix.de).\n"
|
||||
<< "Copyright (C) 2014-2025 BadAix (snapcast@badaix.de).\n"
|
||||
<< "License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.\n"
|
||||
<< "This is free software: you are free to change and redistribute it.\n"
|
||||
<< "There is NO WARRANTY, to the extent permitted by law.\n\n"
|
||||
|
|
Loading…
Add table
Reference in a new issue