-
There is no `man` page for `springseed`. It would be helpful to have a `man` page explaining basic markdown syntax and about basic note taking facilities in springseed like new note creation, category…
-
Maybe with sphinx?
-
Puppy doesn't make it very easy to read man pages.. The problem is `pman`:
1. If running X, as far as I can tell, it forces you to view the desired man in a browser.
2. It also makes you give the…
-
See:
https://git.launchpad.net/~chromium-team/chromium-browser/+git/snap-from-source/tree/snapcraft.yaml?h=stable and
https://forum.snapcraft.io/t/how-to-embed-man-in-a-strictly-confined-snap-and-ha…
-
The man page for custard still mentions that it's configures via the XRM.
-
As part of our library we are using CLI11 to mange the command line options for several executables. These executables need man pages in some way. This is largely a manual process right now, but we …
-
```
$ perl6 --version
This is Rakudo version 2016.01.1 built on MoarVM version 2016.01
implementing Perl 6.c.
$ man perl6
No manual entry for perl6
```
Is it just me who is missing the man pages ?
-
### Problem
When there are multiple pages of the same section for one topic, `man ` display the first found page. To see all the pages, use `man -a `.
My use case:
I have both CPP manual and PO…
-
```
I've re-generate man INDEX files from current man pages using this script:
cd /man/2
perl -0777 -ne '
next if $ARGV eq "INDEX";
s/\A.*?^\.SH\s+NAME\s*\n(.*?)^\.SH\s.*/$1/ms;
s/(?:…
-
Those are the ones I spotted right away, if there are more, please add in comments.
1. There is no documentation for `--absolute` option
2. Man pages contain `$version` string, which I think shoul…