summaryrefslogtreecommitdiff
path: root/web/index.html
blob: c738cd05cefd95eb7a9fb229712ad300eb58ad14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>man-db, the on-line manual database</title>
<link rel="stylesheet" href="standard.css" type="text/css" />
<link rel="stylesheet" href="white.css" type="text/css" />
<link rel="vcs-git" href="https://gitlab.com/man-db/man-db" title="man-db git repository" />
</head>

<body>

<h1>man-db, the on-line manual database</h1>

<p><em>man-db</em> is an implementation of the standard Unix documentation
system accessed using the <code>man</code> command. It uses a Berkeley DB
database in place of the traditional flat-text whatis databases.
<em>man-db</em> is used by several popular GNU/Linux distributions,
including:</p>

<ul>
 <li><a href="https://www.archlinux.org/">Arch Linux</a></li>
 <li><a href="https://www.debian.org/">Debian</a></li>
 <li><a href="https://www.dragora.org/">Dragora GNU/Linux</a></li>
 <li><a href="https://getfedora.org/">Fedora</a> (as of 14)</li>
 <li><a href="https://www.gentoo.org/">Gentoo</a></li>
 <li><a href="https://www.opensuse.org/">openSUSE</a></li>
 <li><a href="https://www.ubuntu.com/">Ubuntu</a></li>
</ul>

<p>It also compiles and runs on a number of proprietary Unix systems.</p>

<p>For macOS, you can install <em>man-db</em> using
<a href="https://brew.sh/">Homebrew</a> with
<a href="https://github.com/Alhadis/homebrew-troff">this "tap"</a>, or
using <a href="https://www.macports.org/">MacPorts</a> with
<code>sudo port install man-db</code>.</p>

<p>The <a href="https://gitlab.com/man-db/man-db">GitLab repository</a>
for <em>man-db</em> is updated with new releases reasonably frequently.</p>

<p>See the <a href="development.html">development page</a> for advice on how
to get involved with development.</p>

<p class="center"><img src="man.png" width="674" height="899" alt="man(1)" /></p>

<hr />

<address>
This Web page is created and maintained by
<a href="mailto:cjwatson@debian.org">Colin Watson</a>.
<br />
Last modified: @DATE@
</address>

</body>
</html>