diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-04-04 15:55:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-04-04 15:55:19 +0000 |
commit | 612feaffd17f2c4aa1145f4d956d80bfcc44ee7b (patch) | |
tree | 7f9f6f78204893171dfbfcc56a8d8d1a4c435136 /apropos.1 | |
parent | 770ad91865b8eb1c1ecb431ebe1a2bbb1bb7268d (diff) | |
download | mandoc-612feaffd17f2c4aa1145f4d956d80bfcc44ee7b.tar.gz |
Remember which names are in the NAME section.
This helps to find missing MLINKS.
Database build times do not change and database growth is minimal
(1.2% with -Q, 0.7% without -Q in /usr/share/man),
so making this optional would be pointless.
Diffstat (limited to 'apropos.1')
-rw-r--r-- | apropos.1 | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ .\" $Id$ .\" .\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> +.\" Copyright (c) 2011, 2012, 2014 Ingo Schwarze <schwarze@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above @@ -195,6 +196,7 @@ may be used to match any available macro key. .Pp Names and description: .Bl -column "xLix" description -offset indent -compact +.It Li NAME Ta manual name in the NAME section, subset of \&Nm .It Li \&Nm Ta manual name .It Li \&Nd Ta one-line manual description .It Li arch Ta machine architecture (case-insensitive) |