Skip to content

Commit d81c19a

Browse files
author
Vladimir Kotal
committed
fix wording
1 parent 926128c commit d81c19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
or more segments, each of which contains between 0 and 255 sections.
761761
\item On Solaris, the \texttt{elfdump} command allows listing sections of the
762762
ELF file in a human readable form. On Linux distributions, use \texttt{readelf}.
763-
macOS (which does not use ELF but the Mach-O format), use \texttt{objdump}.
763+
On macOS (which does not use ELF but the Mach-O format), use \texttt{objdump}.
764764
\item The \emph{ELF header} contains basic information about the file. Try
765765
``\texttt{readelf -h /bin/ls}'' on any Linux distribution.
766766
\item The \emph{program header table} is only present in files that are

0 commit comments

Comments
 (0)