diff options
author | nik <nik@FreeBSD.org> | 2000-03-01 10:48:35 +0000 |
---|---|---|
committer | nik <nik@FreeBSD.org> | 2000-03-01 10:48:35 +0000 |
commit | a00cc32757c919d728dae0961bea03e17fff7958 (patch) | |
tree | bfa4ac66eddd3fd70bc823c8a481be0ddf89a1cf /usr.bin | |
parent | c07240daf836b5f0336d76527d8a15e5e3e1fb50 (diff) | |
download | FreeBSD-src-a00cc32757c919d728dae0961bea03e17fff7958.zip FreeBSD-src-a00cc32757c919d728dae0961bea03e17fff7958.tar.gz |
Fix errors in .Xr usage.
PR: docs/17057
Submitted by: Submitted by: Udo Erdelhoff <ue@nathan.ruhr.de>
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/find/find.1 | 6 | ||||
-rw-r--r-- | usr.bin/make/make.1 | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/find/find.1 b/usr.bin/find/find.1 index e16a6e2..d605e19 100644 --- a/usr.bin/find/find.1 +++ b/usr.bin/find/find.1 @@ -63,7 +63,7 @@ The options are as follows: The .Fl H option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link specified on the command line to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will @@ -74,7 +74,7 @@ the command line is that of the link itself. The .Fl L option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link to be those of the file referenced by the link, not the link itself. If the referenced file does not exist, the file information and type will @@ -83,7 +83,7 @@ be for the link itself. The .Fl P option causes the file information and file type (see -.Xr stat 2) +.Xr stat 2 ) returned for each symbolic link to be those of the link itself. This is the default. .It Fl X diff --git a/usr.bin/make/make.1 b/usr.bin/make/make.1 index a247dbe..ee9b7e5 100644 --- a/usr.bin/make/make.1 +++ b/usr.bin/make/make.1 @@ -70,7 +70,7 @@ will be read for this list of specifications. If the file .Ql Pa .depend can be found, it is also read (see -.Xr mkdep 1) . +.Xr mkdep 1 ) . .Pp This manual page is intended as a reference document only. For a more thorough introduction to |