summaryrefslogtreecommitdiff
path: root/find
diff options
context:
space:
mode:
authorBjarni Ingi Gislason <bjarniig@rhi.hi.is>2020-06-22 01:27:12 +0000
committerBernhard Voelker <mail@bernhard-voelker.de>2020-06-22 21:28:02 +0200
commitde3c6279f26f831f9126bdac3c3ac4c8cc638a8e (patch)
tree61279d74fb09166f22ef08442f0ab6b05b66c723 /find
parent8bff322b56fe1a414c64ee3f90058c297415ef3b (diff)
downloadfindutils-de3c6279f26f831f9126bdac3c3ac4c8cc638a8e.tar.gz
doc: fix warnings from "mandoc -Tlint" in man pages
mandoc: ./find/find.1:313:2: WARNING: skipping paragraph macro: PP empty mandoc: ./find/find.1:607:1: WARNING: skipping paragraph macro: sp after PP mandoc: ./find/find.1:606:2: WARNING: skipping paragraph macro: PP empty mandoc: ./find/find.1:1678:2: WARNING: skipping paragraph macro: PP after SS mandoc: ./find/find.1:2063:2: STYLE: fill mode already enabled, skipping: fi mandoc: ./find/find.1:2302:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./find/find.1:2400:2: WARNING: skipping paragraph macro: PP empty mandoc: ./find/find.1:2455:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./locate/locate.1:282:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./locate/locatedb.5:153:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./locate/updatedb.1:128:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./xargs/xargs.1:316:2: STYLE: fill mode already enabled, skipping: fi mandoc: ./xargs/xargs.1:327:2: STYLE: fill mode already enabled, skipping: fi * find/find.1: Remove superfluous paragraph macros. Remove superfluous requests ".fi". * locate/locate.1: Likewise. * locate/locatedb.5: Likewise. * locate/updatedb.1: Likewise. * xargs/xargs.1: Likewise.
Diffstat (limited to 'find')
-rw-r--r--find/find.19
1 files changed, 1 insertions, 8 deletions
diff --git a/find/find.1 b/find/find.1
index 0beab4f2..494beff0 100644
--- a/find/find.1
+++ b/find/find.1
@@ -310,7 +310,6 @@ level 1) will not be changed in the 4.3.x release series. The
findutils test suite runs all the tests on
.B find
at each optimisation level and ensures that the result is the same.
-.P
.SH EXPRESSION
The part of the command line after the list of starting points is the
.IR expression .
@@ -603,8 +602,7 @@ for less than
.IP \fIn\fP
for exactly
.IR n .
-.P
-
+.
.IP "\-amin \fIn\fR"
File was last accessed \fIn\fR minutes ago.
@@ -1675,7 +1673,6 @@ find / -name needle -print -quit
.in -1i
.SS OPERATORS
-.P
Listed in order of decreasing precedence:
.IP "( \fIexpr\fR )"
@@ -2060,7 +2057,6 @@ any filenames containing newlines, single or double quotes, or spaces.
.P
.B find /tmp \-name core \-type f \-print0 | xargs \-0 /bin/rm \-f
-.fi
Find files named
.B core
in or below the directory
@@ -2299,7 +2295,6 @@ is not obvious. Here is an example including some output.
.fi
.SH EXIT STATUS
-.PP
.B find
exits with status 0 if all files are processed successfully, greater
than 0 if errors occur.
@@ -2397,7 +2392,6 @@ The
.B +MODE
syntax had been deprecated since findutils-4.2.21
which was released in 2005.
-.P
.SH "NON-BUGS"
.SS Operator precedence surprises
The command
@@ -2452,7 +2446,6 @@ This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "BUGS"
-.P
There are security problems inherent in the behaviour that the POSIX
standard specifies for
.BR find ,