Manpage is quite disorganized. It would really help if section OPTIONS were moved up, to just after DESCRIPTION, as OPTIONS are what most people search for in manpage, and they are placed there in majority of manpages.
----- Forwarded message from Tomasz Wegrzanowski <taw@users.sourceforge.net> ----- Subject: Bug#106773: less(1) manpage is weird Reply-To: Tomasz Wegrzanowski <taw@users.sourceforge.net>, 106773@bugs.debian.org Date: Fri, 27 Jul 2001 05:07:50 +0200 From: Tomasz Wegrzanowski <taw@users.sourceforge.net> To: submit@bugs.debian.org Package: less Version: 358-7 Severity: wishlist Manpage is quite disorganized. It would really help if section OPTIONS were moved up, to just after DESCRIPTION, as OPTIONS are what most people search for in manpage, and they are placed there in majority of manpages.----- End forwarded message -----
I rather disagree. I think for an interactive program like "less", the main thing people want to know is the command keys, which is why the COMMANDS section is before OPTIONS. Many users rarely if ever use command line options in less. Is the placement of COMMANDS before OPTIONS the only issue? What else is "disorganized" about the man page? --Mark----- Original Message ----- From: "Thomas Schoepf" <schoepf@debian.org> To: <bug-less@gnu.org> Cc: "Tomasz Wegrzanowski" <taw@users.sourceforge.net>; <106773-forwarded@bugs.debian.org> <taw@users.sourceforge.net> ----- 106773@bugs.debian.org
I think that options -F and -r are quite often used. The second problem is that NATIONAL CHARACTER SETS is very deeply hidden. (on line 1091 here). Maybe it's just because manpage is too big that things I wanted to find were hard to find. I'd suggest converting it to info format ? Not that i'm volunteering or something ...
Eh? There is no -F option. Perhaps you mean +F? I guess everyone's usage patterns are different. I personally never use -r. I agree that the man page is huge and hard to navigate if you're looking for some specific piece of information. Info format would probably be useful, for those who use it. The GNU folks have asked me to produce a texinfo manual, but I want to figure out a way to produce man pages and texinfo (or whatever) from one source, so I don't have to maintain two different manuals. --Mark----- Original Message ----- From: "Tomasz Wegrzanowski" <taw@users.sourceforge.net> To: "Mark Nudelman" <marknu@flash.net> Cc: "Thomas Schoepf" <schoepf@debian.org>; <bug-less@gnu.org>; "Tomasz Wegrzanowski" <taw@users.sourceforge.net>; <106773-forwarded@bugs.debian.org> Sent: Friday, July 27, 2001 1:24 PM Subject: Re: [taw@users.sourceforge.net: Bug#106773: less(1) manpage is weird] main
Huh ? There is -F option.
-F or --quit-if-one-screen
Causes less to automatically exit if the entire
file can be displayed on the first screen.
That's the most useful less option for me.
Unfortunatelly, I don't know about any way to make two from one source.
To make both info and man pages, it seems you could make an info page, and translate it into a man page. See the info2man Debian package.
Hello, sounds to me the discussion has come to an end. The man page is fine as it is and won't be modified in its structure. The reasons are explained. Any objections against closing it? Christian