diff options
author | 2005-12-27 12:24:37 +0000 | |
---|---|---|
committer | 2005-12-27 12:24:37 +0000 | |
commit | 729f304bfdd27e485b12194bd27d80295521152a (patch) | |
tree | 21e26e3cc97873c3b4eef3ef72eb3d7efa2a9cf1 | |
parent | match about 15 more clone chips (diff) | |
download | wireguard-openbsd-729f304bfdd27e485b12194bd27d80295521152a.tar.xz wireguard-openbsd-729f304bfdd27e485b12194bd27d80295521152a.zip |
move the BUGS section to CAVEATS, since both the points listed
are hardly bugs;
prompted by j. c. roberts;
ok krw millert ian
-rw-r--r-- | usr.bin/find/find.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index bd01afba646..e12d4581ef4 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: find.1,v 1.49 2005/10/01 06:01:27 otto Exp $ +.\" $OpenBSD: find.1,v 1.50 2005/12/27 12:24:37 jmc Exp $ .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -609,7 +609,7 @@ A .Nm command appeared in .At v1 . -.Sh BUGS +.Sh CAVEATS The special characters used by .Nm are also special characters to many shell programs. |