@@ -485,7 +485,7 @@ Table of Contents:
48548517.26.1 Why doesn't lsof report size, link count and node number for
486486 Solaris 10 contract files?
48748717.26.2 Why can't lsof locate a Solaris 10 contract file by path name?
488- 17.27 Solaris 10 and above ZFS probblems
488+ 17.27 Solaris 10 and above ZFS problems
48948917.27.1 Why does Configure warn that ZFS support is not enabled?
49049017.28 Problems with Solaris 9 and above
49149117.28.1 Why does the compiler complain about lgrp_root on Solaris 9
@@ -495,7 +495,7 @@ Table of Contents:
49549518.1 Why doesn't lsof doesn't report on /proc entries on my
496496 system?
49749718.2 How do I disable the device cache file feature or alter
498- it's behavior?
498+ its behavior?
49949918.2.1 What's the risk with a perverted device cache file?
50050018.2.2 How do I put the full host name in a personal device cache file
501501 path?
@@ -973,7 +973,7 @@ ______________________________________________________________________
973973 The vendor additions are significant to lsof because they
974974 affect the internal kernel structures with which lsof does
975975 business. While some vendor derivatives of SVR4 are similar,
976- each one I have encounted so far has been different enough
976+ each one I have encountered so far has been different enough
977977 from its siblings to require special source code.
978978
979979 If you're interested in an SVR4 version of lsof, here are
@@ -1140,7 +1140,7 @@ ______________________________________________________________________
11401140 Errors like the above are most likely not problems in the
11411141 system's header files, but in the private copies of them
11421142 that were created when gcc was made or installed. Note
1143- the presense of
1143+ the presence of
11441144 ".../gcc-3.2.1/lib/gcc-lib/sparcv9-sun-solaris2/3.2.1/include/..."
11451145 in the paths for user.h and task.h. It indicates both
11461146 header files are gcc-specific.
@@ -1404,7 +1404,7 @@ ______________________________________________________________________
14041404 exclusion and inclusion used?" question.
14051405
14061406 Your UNIX dialect may not support "-s p:s" and its associated
1407- performance improvments to Internet-only file processing. You
1407+ performance improvements to Internet-only file processing. You
14081408 can find more information on those topics in the answer to the
14091409 "Why doesn't my dialect support state name exclusion and
14101410 inclusion?" question.
@@ -1460,7 +1460,7 @@ ______________________________________________________________________
14601460 ownerships are changed to that of the real user and group.
14611461 In addition, lsof checks the file carefully before using
14621462 it (See the question "How do I disable the device cache
1463- file feature or alter it's behavior?" for a description of
1463+ file feature or alter its behavior?" for a description of
14641464 the checks.); discards the file if it fails the scrutiny;
14651465 complains about the condition of the file; then rebuilds
14661466 the file.
@@ -2055,7 +2055,7 @@ ______________________________________________________________________
20552055
20562056 If the mounted-on device is a block device (the permission
20572057 field in output of `ls -l <device>` starts with a `b/),
2058- you can specify it's name, too -- e.g.,
2058+ you can specify its name, too -- e.g.,
20592059
20602060 $ lsof /dev/sd0a
20612061
@@ -2783,7 +2783,7 @@ ______________________________________________________________________
27832783 $ lsof -s/.\// ...
27842784 lsof: invalid regexp modifier: /
27852785
2786- Lsof is complaining the the first character it found after
2786+ Lsof is complaining the first character it found after
27872787 the second slash isn't an lsof command RE modifier -- 'b',
27882788 'i', or 'x'.
27892789
@@ -4067,7 +4067,7 @@ ______________________________________________________________________
40674067
40684068 At an upcoming release lsof will use a library called libproc
40694069 to obtain information about open files. That version of lsof
4070- wil be called libproc-based lsof.
4070+ will be called libproc-based lsof.
40714071
40724072 The /dev/kmem-based lsof sources may be found in the kmem
40734073 subdirectory of the dialects/darwin branch of the lsof source
@@ -5511,7 +5511,7 @@ ______________________________________________________________________
55115511 subdirectory of a process' /proc/<PID> directory, it reports a
55125512 single file of the type ``NOFD'' (for no file descriptors).
55135513
5514- Lsof reports the the /proc/<PID>/path in the NAME column,
5514+ Lsof reports the /proc/<PID>/path in the NAME column,
55155515 followed by "(opendir: xxx)", where ``xxx'' is the error
55165516 message returned by opendir().
55175517
@@ -7523,7 +7523,7 @@ ______________________________________________________________________
75237523 applying stat(2) to the contract file path name with what it
75247524 finds in kernel data.
75257525
7526- 17.27 Solaris 10 and above ZFS probblems
7526+ 17.27 Solaris 10 and above ZFS problems
75277527
7528752817.27.1 Why does Configure warn that ZFS support is not enabled?
75297529
@@ -7578,7 +7578,7 @@ ______________________________________________________________________
75787578 -- usually called prdata.h.
75797579
7580758018.2 How do I disable the device cache file feature or alter
7581- it's behavior?
7581+ its behavior?
75827582
75837583 To disable the device cache file feature for a dialect,
75847584 remove the HASDCACHE definition from the machine.h file of
0 commit comments