1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-13 14:40:22 +00:00
This commit is contained in:
Philippe Charnier 2002-03-26 12:05:35 +00:00
parent 46d7c2979e
commit 9725a7b97a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93212
2 changed files with 4 additions and 4 deletions

View File

@ -1137,7 +1137,7 @@ c_perm(option, argvp)
/* /*
* -print functions -- * -print functions --
* *
* Always true, causes the current pathame to be written to * Always true, causes the current pathname to be written to
* standard output. * standard output.
*/ */
int int
@ -1162,7 +1162,7 @@ c_print(option, argvp)
/* /*
* -print0 functions -- * -print0 functions --
* *
* Always true, causes the current pathame to be written to * Always true, causes the current pathname to be written to
* standard output followed by a NUL character * standard output followed by a NUL character
*/ */
int int
@ -1427,7 +1427,7 @@ c_user(option, argvp)
/* /*
* -xdev functions -- * -xdev functions --
* *
* Always true, causes find not to decend past directories that have a * Always true, causes find not to descend past directories that have a
* different device ID (st_dev, see stat() S5.6.2 [POSIX.1]) * different device ID (st_dev, see stat() S5.6.2 [POSIX.1])
*/ */
PLAN * PLAN *

View File

@ -128,7 +128,7 @@ yankexpr(planp)
/* /*
* paren_squish -- * paren_squish --
* replaces "parentheisized" plans in our search plan with "expr" nodes. * replaces "parenthesized" plans in our search plan with "expr" nodes.
*/ */
PLAN * PLAN *
paren_squish(plan) paren_squish(plan)