From b7c7dd77ec91800fb532d0619402c29eeb845a98 Mon Sep 17 00:00:00 2001 From: jay Date: Mon, 8 Nov 2004 00:21:03 +0000 Subject: [PATCH] Fixed section numbers in manpage titles and cross-references --- locate/Makefile.am | 2 +- locate/locatedb.5 | 10 +++++----- locate/updatedb.1 | 8 ++++---- xargs/xargs.1 | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/locate/Makefile.am b/locate/Makefile.am index 1accee5..6d86b38 100644 --- a/locate/Makefile.am +++ b/locate/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = ../lib/ansi2knr LOCATE_DB = $(localstatedir)/locatedb localedir = $(datadir)/locale -bin_PROGRAMS = locate +bin_PROGRAMS = locate multilocate libexec_PROGRAMS = frcode code bigram bin_SCRIPTS = updatedb man_MANS = locate.1 updatedb.1 locatedb.5 diff --git a/locate/locatedb.5 b/locate/locatedb.5 index 21e3475..8036049 100644 --- a/locate/locatedb.5 +++ b/locate/locatedb.5 @@ -1,4 +1,4 @@ -.TH LOCATEDB 5L \" -*- nroff -*- +.TH LOCATEDB 5 \" -*- nroff -*- .SH NAME locatedb \- front-compressed file name database .SH DESCRIPTION @@ -10,12 +10,12 @@ particular directory trees when the databases were last updated. .P There can be multiple databases. Users can select which databases \fBlocate\fP searches using an environment variable or command line -option; see \fBlocate\fP(1L). The system administrator can choose the +option; see \fBlocate\fP(1). The system administrator can choose the file name of the default database, the frequency with which the databases are updated, and the directories for which they contain entries. Normally, file name databases are updated by running the \fBupdatedb\fP program periodically, typically nightly; see -\fBupdatedb\fP(1L). +\fBupdatedb\fP(1). .P \fBupdatedb\fP runs a program called \fBfrcode\fP to compress the list of file names using front-compression, which reduces @@ -102,14 +102,14 @@ and count bytes made printable: (6 = 14 \- 8, and \-9 = 5 \- 14) .fi .SH "SEE ALSO" -\fBfind\fP(1L), \fBlocate\fP(1L), \fBlocatedb\fP(5L), \fBxargs\fP(1L) +\fBfind\fP(1), \fBlocate\fP(1), \fBlocatedb\fP(5), \fBxargs\fP(1) \fBFinding Files\fP (on-line in Info, or printed) .SH "BUGS" .P The best way to report a bug is to use the form at http://savannah.gnu.org/bugs/?group=findutils. The reason for this is that you will then be able to track progress in -fixing the problem. Other comments about \fBlocate\fP(1L) and about +fixing the problem. Other comments about \fBlocate\fP(1) and about the findutils package in general can be sent to the .I bug-findutils mailing list. To join the list, send email to diff --git a/locate/updatedb.1 b/locate/updatedb.1 index c826cb1..846f449 100644 --- a/locate/updatedb.1 +++ b/locate/updatedb.1 @@ -1,4 +1,4 @@ -.TH UPDATEDB 1L \" -*- nroff -*- +.TH UPDATEDB 1 \" -*- nroff -*- .SH NAME updatedb \- update a file name database .SH SYNOPSIS @@ -23,7 +23,7 @@ the root of each filesystem, containing the entries for that filesystem. is then run for each filesystem on the fileserver where that filesystem is on a local disk, to prevent thrashing the network. Users can select which databases \fBlocate\fP searches using an -environment variable or command line option; see \fBlocate\fP(1L). +environment variable or command line option; see \fBlocate\fP(1). Databases can not be concatenated together. .P The file name database format changed starting with GNU @@ -92,7 +92,7 @@ Print a summary of the options to .B updatedb and exit. .SH "SEE ALSO" -\fBfind\fP(1L), \fBlocate\fP(1L), \fBlocatedb\fP(5L), \fBxargs\fP(1L) +\fBfind\fP(1), \fBlocate\fP(1), \fBlocatedb\fP(5), \fBxargs\fP(1) \fBFinding Files\fP (on-line in Info, or printed) .SH "BUGS" .P @@ -110,7 +110,7 @@ option. The best way to report a bug is to use the form at http://savannah.gnu.org/bugs/?group=findutils. The reason for this is that you will then be able to track progress in -fixing the problem. Other comments about \fBupdatedb\fP(1L) and about +fixing the problem. Other comments about \fBupdatedb\fP(1) and about the findutils package in general can be sent to the .I bug-findutils mailing list. To join the list, send email to diff --git a/xargs/xargs.1 b/xargs/xargs.1 index e18194d..ff82473 100644 --- a/xargs/xargs.1 +++ b/xargs/xargs.1 @@ -1,4 +1,4 @@ -.TH XARGS L \" -*- nroff -*- +.TH XARGS 1 \" -*- nroff -*- .SH NAME xargs \- build and execute command lines from standard input .SH SYNOPSIS -- 2.11.4.GIT