changeset: 8399:975eb801a5c7 branch: mbp-2011 user: Romano date: Thu Apr 08 01:16:57 2021 -0700 summary: Fix discrepancies between juke, its documentation, and what is on the ISO. /bin/rc/juke uses the name 'classical', but that is not an actual command, and 'hg diff' always shows the difference on a clean install. Additionally, some of the flags were not shown on the 'usage:' line and were not described in the man page. diff -r cd9b2ab05bca -r 975eb801a5c7 sys/man/7/juke --- a/sys/man/7/juke Thu Apr 08 01:00:19 2021 -0700 +++ b/sys/man/7/juke Thu Apr 08 01:16:57 2021 -0700 @@ -4,6 +4,10 @@ .SH SYNOPSIS .B juke [ +.B \-d +.I level +] +[ .B \-t ] [ @@ -143,8 +147,14 @@ the window in which it is invoked. .PP The +.B \-h +flag is used with .B \-s -flag specifies the name under which the file descriptors of the playlist and databse servers are posted +to specify the play list host which is serving the playlist. +.PP +The +.B \-s +flag specifies the name under which the file descriptors of the playlist and database servers are posted in /srv. This allows two or more play list servers to exist on one platform, e.g., when there are several audio devices. The default value of the flag is .B $\f2user\fP @@ -152,6 +162,12 @@ .B /srv/playlistfs.$\f2user\fP and a database server at .BR /srv/jukefs.$\f2user\fP . +.PP +The +.B \-d +flag is used to specify the debug level for debugging the +.I juke +shell script. .sp .LP .B Jukefs