* bug#33703: youtube-dl man page is not complete
@ 2018-12-11 8:24 swedebugia
2018-12-11 12:47 ` Tobias Geerinckx-Rice
2019-03-16 16:02 ` bug#33703: Status: " Pierre Neidhardt
0 siblings, 2 replies; 4+ messages in thread
From: swedebugia @ 2018-12-11 8:24 UTC (permalink / raw)
To: 33703
It seems truncated and the section "format selection" is missing.
--
Cheers
Swedebugia
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33703: youtube-dl man page is not complete
2018-12-11 8:24 bug#33703: youtube-dl man page is not complete swedebugia
@ 2018-12-11 12:47 ` Tobias Geerinckx-Rice
2018-12-12 11:07 ` swedebugia
2019-03-16 16:02 ` bug#33703: Status: " Pierre Neidhardt
1 sibling, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2018-12-11 12:47 UTC (permalink / raw)
To: swedebugia; +Cc: 33703
swedebugia,
swedebugia wrote:
> It seems truncated and the section "format selection" is
> missing.
Thanks for the report! It's a bit short :-)
I'd like to mark this as duplicate of #30785[1] but won't for now,
since I can't reproduce your findings:
~ λ youtube-dl --version
2018.11.07
~ λ man --version
man 2.8.3
~ λ guix --version
guix (GNU Guix) 0.16.0-3.6ddc63e […]
~ λ man youtube-dl | egrep '^[A-Z ]+$'
NAME
SYNOPSIS
DESCRIPTION
OPTIONS
CONFIGURATION
OUTPUT TEMPLATE
FORMAT SELECTION
VIDEO SELECTION
FAQ
DEVELOPER INSTRUCTIONS
BUGS
COPYRIGHT
However! I can no longer reproduce #30785 either:
~ λ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)'
NAME
DESCRIPTION
Probably because the bug is locale-related and I've got broken
locales after the last release. Are the pages mentioned in bug
#30785 truncated for you, too?
Kind regards,
T G-R
[1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30785
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33703: youtube-dl man page is not complete
2018-12-11 12:47 ` Tobias Geerinckx-Rice
@ 2018-12-12 11:07 ` swedebugia
0 siblings, 0 replies; 4+ messages in thread
From: swedebugia @ 2018-12-12 11:07 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: 33703
Hi Tobias :)
FYI i'm on i686 installed from git with sudo -E guix system
reconfigure...
My complete config is at: https://gitlab.com/swedebugia/guix-config
pushed this morning.
On 2018-12-11 13:47, Tobias Geerinckx-Rice wrote:
snip
> I'd like to mark this as duplicate of #30785[1] but won't for now,
> since I can't reproduce your findings:
>
> ~ λ youtube-dl --version
> 2018.11.07
>
> ~ λ man --version
> man 2.8.3
>
> ~ λ guix --version
> guix (GNU Guix) 0.16.0-3.6ddc63e […]
>
> ~ λ man youtube-dl | egrep '^[A-Z ]+$'
> NAME
> SYNOPSIS
> DESCRIPTION
> OPTIONS
> CONFIGURATION
> OUTPUT TEMPLATE
> FORMAT SELECTION
> VIDEO SELECTION
> FAQ
> DEVELOPER INSTRUCTIONS
> BUGS
> COPYRIGHT
I got the same versions. Here are the hashes:
sdb@antelope ~$ readlink $(which youtube-dl)
/gnu/store/wbfp0rvkcxvfl7bk387mkax7di9b1dr4-youtube-dl-2018.11.07/bin/youtube-dl
sdb@antelope ~$ readlink $(which man)
/gnu/store/4jk1p82cqdqqzfbqidzaii7k79wrlk8h-man-db-2.8.3/bin/man
sdb@antelope ~$ readlink $(which guix)
/gnu/store/5q4qs96w680r2k20yb4f3c8qkb2rz61x-guix-0.16.0-3.6ddc63e/bin/guix
My output looks like this:
sdb@antelope ~$ man youtube-dl | egrep '^[A-Z ]+$'
NAME
SYNOPSIS
DESCRIPTION
OPTIONS
CONFIGURATION
OUTPUT TEMPLATE
NAME
SYNOPSIS
DESCRIPTION
OPTIONS
CONFIGURATION
<standard input>:11: `\ ' is not allowed in a name
<standard input>:16: warning [p 25, 2.8i]: cannot adjust line
<standard input>:21: warning [p 25, 3.5i]: cannot adjust line
<standard input>:31: warning [p 25, 5.0i]: cannot adjust line
<standard input>:32: warning [p 25, 5.2i]: cannot adjust line
<standard input>:39: warning [p 25, 6.0i]: cannot adjust line
<standard input>:54: warning [p 25, 8.2i]: cannot adjust line
<standard input>:57: warning [p 25, 8.7i]: cannot adjust line
OUTPUT TEMPLATE
<standard input>:352: warning [p 28, 2.5i]: cannot adjust line
<standard input>:352: warning [p 28, 2.7i]: can't break line
NAME
SYNOPSIS
BUGS
COPYRIGHT
sdb@antelope ~$ zgrep '\.SH' `man -w youtube-dl`
.SH NAME
.SH SYNOPSIS
.SH DESCRIPTION
.SH OPTIONS
.SH CONFIGURATION
.SH OUTPUT TEMPLATE
.SH FORMAT SELECTION
.SH VIDEO SELECTION
.SH FAQ
.SH Why do I need to go through that much red tape when filing bugs?
.SH DEVELOPER INSTRUCTIONS
.SH EMBEDDING YOUTUBE\-DL
.SH BUGS
.SH COPYRIGHT
>
> However! I can no longer reproduce #30785 either:
>
> ~ λ man 5 knot.conf | grep -E '^(NAME|DESCRIPTION)'
> NAME
> DESCRIPTION
I am building it now. Will return with the output when its done :D
>
> Probably because the bug is locale-related and I've got broken locales
> after the last release. Are the pages mentioned in bug #30785
> truncated for you, too?
>
> Kind regards,
>
> T G-R
>
> [1]: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30785
--
Cheers
Swedebugia
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#33703: Status: youtube-dl man page is not complete
2018-12-11 8:24 bug#33703: youtube-dl man page is not complete swedebugia
2018-12-11 12:47 ` Tobias Geerinckx-Rice
@ 2019-03-16 16:02 ` Pierre Neidhardt
1 sibling, 0 replies; 4+ messages in thread
From: Pierre Neidhardt @ 2019-03-16 16:02 UTC (permalink / raw)
To: bug#33703
Fixed with 30785.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-03-16 16:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-11 8:24 bug#33703: youtube-dl man page is not complete swedebugia
2018-12-11 12:47 ` Tobias Geerinckx-Rice
2018-12-12 11:07 ` swedebugia
2019-03-16 16:02 ` bug#33703: Status: " Pierre Neidhardt
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).