Sun Jan 4 12:13:56 2009 UTC ()
Fix first part of PR 38987 by Robert Elz:
.Dq needs punctuation quoted to mark it up.

I leave 2) and 3) of that PR open for someone else...


(wiz)
diff -r1.66 -r1.67 src/usr.bin/find/find.1

cvs diff -r1.66 -r1.67 src/usr.bin/find/find.1 (expand / switch to unified diff)

--- src/usr.bin/find/find.1 2007/07/19 07:49:30 1.66
+++ src/usr.bin/find/find.1 2009/01/04 12:13:56 1.67
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: find.1,v 1.66 2007/07/19 07:49:30 daniel Exp $ 1.\" $NetBSD: find.1,v 1.67 2009/01/04 12:13:56 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1993 3.\" Copyright (c) 1990, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to Berkeley by 6.\" This code is derived from software contributed to Berkeley by
7.\" the Institute of Electrical and Electronics Engineers, Inc. 7.\" the Institute of Electrical and Electronics Engineers, Inc.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -209,29 +209,29 @@ True if the current file has a more rece @@ -209,29 +209,29 @@ True if the current file has a more rece
209True if the difference between the time of last change of file status 209True if the difference between the time of last change of file status
210information and the time 210information and the time
211.Nm 211.Nm
212was started, rounded up to the next full 24-hour period, is 212was started, rounded up to the next full 24-hour period, is
213.Ar n 213.Ar n
21424-hour periods. 21424-hour periods.
215.It Ic -delete 215.It Ic -delete
216Delete found files and/or directories. 216Delete found files and/or directories.
217Always returns True. 217Always returns True.
218This executes from the current working directory as 218This executes from the current working directory as
219.Nm 219.Nm
220recurses down the tree. 220recurses down the tree.
221It will not attempt to delete a filename with a 221It will not attempt to delete a filename with a
222.Dq \/ 222.Dq /
223character in its pathname relative to 223character in its pathname relative to
224.Dq \. 224.Dq \&.
225for security reasons. 225for security reasons.
226Depth-first traversal processing is implied by this option. 226Depth-first traversal processing is implied by this option.
227This can also be invoked as 227This can also be invoked as
228.Ic -rm . 228.Ic -rm .
229.It Ic -empty 229.It Ic -empty
230True if the current file or directory is empty. 230True if the current file or directory is empty.
231.\" The ".sp" below is probably not the right way to get the desired effect. 231.\" The ".sp" below is probably not the right way to get the desired effect.
232.It Ic -exec Ar utility Oo argument ... Oc No ; 232.It Ic -exec Ar utility Oo argument ... Oc No ;
233.sp -1l 233.sp -1l
234.It Ic -exec Ar utility Oo argument ... Oc No {} + 234.It Ic -exec Ar utility Oo argument ... Oc No {} +
235Execute the specified 235Execute the specified
236.Ar utility 236.Ar utility
237with the specified arguments. 237with the specified arguments.