Sponsored Content
The Lounge What is on Your Mind? OSX 10.14 Mojave Commands - 13K+ Total Man Pages in Repository Post 303024364 by Neo on Sunday 7th of October 2018 05:28:21 AM
Old 10-07-2018
No.. Need the full page distributions (without symlinks and no hard links if possible), not links to other sites and place.

Links to other sites change, break and are harder to maintain than the distros on site.

I already have written the the code to process most man page formats, and will write more later this year (for the odds ones like AIX, etc).

Plus, many of the pages in our repo are from older UNIXes which are not upgrading. We need the current man page repos from the UNIX and Linux distros which are still actively evolving.

Thanks.

EDIT:

I have no objections if anyone wants to build and maintain a page or two of links to on-line man pages for all varieties of UNIX and Linux. If you do, please include a link to where we can also download the complete man page distribution in (in a tar.gz file for example).

For my project, I need the actual troff / groff formatted man pages, in a directory tree with man pages in sections (directories)...

Like this:

Code:
CYBER-SA:tmp Tim$ cd /usr/share/man

CYBER-SA:man Tim$ ls -l
total 1024
drwxr-xr-x   1339 root  wheel   42848 Oct  6 08:56 man1
drwxr-xr-x    254 root  wheel    8128 Sep 18 23:23 man2
drwxr-xr-x  10340 root  wheel  330880 Sep 18 23:23 man3
drwxr-xr-x     48 root  wheel    1536 Jun 22 15:51 man4
drwxr-xr-x    195 root  wheel    6240 Oct  6 08:56 man5
drwxr-xr-x      3 root  wheel      96 Jun  9 13:18 man6
drwxr-xr-x     54 root  wheel    1728 Aug 29 12:38 man7
drwxr-xr-x    687 root  wheel   21984 Oct  6 08:56 man8
drwxr-xr-x     23 root  wheel     736 Jun 11 09:21 man9
drwxr-xr-x    661 root  wheel   21152 Aug 29 12:38 mann
-rw-r--r--      1 root  wheel  498861 Oct  6 20:55 whatis

And a section directory looks like this (with all files gzipped, if possible, it not, I will gzip them myself):

Code:
-rw-r--r--  1 root  wheel    10177 Jul  6 15:44 ab.1
-rw-r--r--  1 root  wheel      280 Jun 10 15:43 accesstool.1
-rw-r--r--  1 root  wheel     2816 Jun  9 13:17 addftinfo.1
-rw-r--r--  1 root  wheel      905 Jun 10 13:59 afconvert.1
-rw-r--r--  1 root  wheel     1150 Jun 10 13:59 afhash.1
-rw-r--r--  1 root  wheel      982 Jun 10 13:58 afida.1
-rw-r--r--  1 root  wheel      711 Jun 10 13:59 afinfo.1
-rw-r--r--  1 root  wheel     7746 Jun  9 13:17 afmtodit.1
-rw-r--r--  1 root  wheel      821 Jun 10 13:59 afplay.1
-rw-r--r--  1 root  wheel      585 Jun  9 13:22 afscexpand.1
-rw-r--r--  1 root  wheel     2069 Jun  9 14:55 agentxtrap.1
-rw-r--r--  1 root  wheel       19 Jun  9 13:15 alias.1
-rw-r--r--  1 root  wheel       19 Jun  9 13:15 alloc.1
-rw-r--r--  1 root  wheel      401 Jun  9 14:21 analyticsd.1

No symbolic links (all should be resolved when tar'ed up)... Thanks.
 

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Man pages

Hello , I just installed openssh in my system . I actually tried to man sshd but it says no entry , though there is a man directory in the installation which have the man pages for sshd . Can anyone tell me how should i install these man pages . DP (2 Replies)
Discussion started by: DPAI
2 Replies

2. UNIX for Dummies Questions & Answers

man pages

Hi, I've written now a man pages, but I don't knwo how to get 'man' to view them. Where have I to put this files, which directories are allowed?? THX Bensky (3 Replies)
Discussion started by: bensky
3 Replies

3. UNIX for Dummies Questions & Answers

man pages

Hi folks, I want to know all the commands for which man pages are available. How do i get it? Cheers, Nisha (4 Replies)
Discussion started by: Nisha
4 Replies

4. Solaris

MAN PAGES

Hi everyone, I have a small query, in solaris the man pages get displayed on half of the terminal , can i get a full terminal or full screen display ?:) (2 Replies)
Discussion started by: M.Choudhury
2 Replies

5. Programming

man pages for commands and functions of same name?

Hi friends, I hope everyone is fine and doing well. I am facing this irritating problem. As you know that manual pages are available for both unix commands and c functions. Now when I try to check the manual pages for functions like read write exit I get the manual pages for the... (3 Replies)
Discussion started by: gabam
3 Replies

6. Shell Programming and Scripting

Commands for man pages

what command should i use for displaying the manual pages for the socket, read and connect system calls? (1 Reply)
Discussion started by: Nabeel Nazir
1 Replies
SXID(1) 						      General Commands Manual							   SXID(1)

NAME
sxid - check for changes in s[ug]id files and directories SYNOPSIS
sxid [ --config <file> ] [ --nomail ] [ --spotcheck ] [ --listall ] DESCRIPTION
Sxid checks for changes in suid and sgid files and directories based on its last check. Logs are stored by default in /var/log/sxid.log. The changes are then emailed to the address specified in the configuration file. The default location for the config file is /etc/sxid.conf but this can be overridden with the --config option and specifying an alternate location. OUTPUT
The program outputs several different checks concerning the current status of the suid and sgid files and directories on the system on which it was run. This is a basic overview of the format. In the add remove section, new files are preceded by a '+', old ones are preceded by a '-' NOTE: that removed does not mean gone from the filesystem, just that it is no longer sgid or suid. Most of it is pretty easy to understand. On the sections that show changes in the file's info (uid, gid, modes...) the format is old->new. So if the old owner was 'mail' and it is now 'root' then it shows it as mail->root. The list of files in the checks is in the following format: /full/path *user.group MODE (MODE is the 4 digit mode, as in 4755) In the changes section, if the line is preceded by an 'i' then that item has changed inodes since the last check (regardless of any s[ug]id change), if there is an 'm' then the md5sum has changed. If a user or group entry is preceded by a '*' then it's execution bit is set (ie. *root.wheel is suid, root.*wheel is sgid, *root.*wheel is +s). On the forbidden directories, if ENFORCE is enabled an 'r' will precede forbidden items that were succesfully -s'd, and an '!' will show that it was unsuccesfully -s'd (for what ever reason). OPTIONS
-c, --config <file> specifies an alternate configuration file -n, --nomail sends output to stdout instead of emailing, useful for spot checks -k, --spotcheck Checks for changes by recursing the current working directory. Log files will not be rotated and no email sent. All output will go to stdout. -l, --listall Useful when doing --spotcheck or --nomail to list all files that are logged, regardless of changes. AUTHOR
Ben Collins <bcollins@debian.org> REPORTING BUGS
Report bugs to current maintainer Timur Birsh <taem@linukz.org>. SEE ALSO
sxid.conf(5) sXid 4.0.5 January 2002 SXID(1)
All times are GMT -4. The time now is 08:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy