Skip to content

Commit

Permalink
Merge pull request #163 from a1346054/master
Browse files Browse the repository at this point in the history
Minor cleanups
  • Loading branch information
masatake committed Aug 21, 2021
2 parents 234ac9c + 58e77f1 commit 9618522
Show file tree
Hide file tree
Showing 103 changed files with 594 additions and 595 deletions.
12 changes: 6 additions & 6 deletions 00DCACHE
Expand Up @@ -17,7 +17,7 @@
D. Displaying the Default Path
Appendix A, Unix Dialects Without a Device Cache
Appendix B, Lsof Dialects and Their Permissions
1. Setuid-root Lsof Dialects
1. Setuid-root Lsof Dialects
2. Setgid Lsof Dialects That Surrender Setgid
Permission

Expand Down Expand Up @@ -238,7 +238,7 @@ surround its use. The options are:
* This is a default option of the lsof distribution. *
* *
* This option is enabled when the lsof dialect is able *
* to surrender setgid permission (See Appendix B.), and *
* to surrender setgid permission (See Appendix B.), and *
* the lsof process is not setuid-root. *
* *
* The environment variable path is read-only if the *
Expand Down Expand Up @@ -475,9 +475,9 @@ cache file. It assumes:
1. The Unix dialect's kernel supports the interpreter script
execution option -- i.e., a script whose first line has
the form ``#!<path_to_interpreter>''.

2. The chmod, echo, rm, sh, and test programs are located
in ``/bin''.
in ``/bin''.

3. The string value of the HASSYSDC definition in the dialect's
machine.h header file is the path ``/your/choice/of/path''.
Expand Down Expand Up @@ -552,7 +552,7 @@ make lsof include the entire host name in the path.)
* *
* ``%l'' causes the full name returned by gethostname(2) to *
* appear in the path. *
* *
* *
* ``%L'' causes the first component of the name returned by *
* gethostname(2) to appear in the path. The first *
* component is defined to be what appears to the *
Expand Down Expand Up @@ -708,7 +708,7 @@ Appendix B, Lsof Dialects and Their Permissions
These are the permissions recommended in the lsof distribution.


Appendix B.1 Setuid-root Lsof Dialects
Appendix B.1 Setuid-root Lsof Dialects
======================================

These dialect versions of lsof need root permission. For general
Expand Down

0 comments on commit 9618522

Please sign in to comment.