Skip to content

Commit

Permalink
fixed typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyothiraditya-n committed Aug 13, 2023
1 parent bb79db0 commit 8a15745
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ by Jyothiraditya Nellakra

# About

This program is a C-language implementation of a parser for command-line arguments passed in a UNIX-like syntax. It should be flexible enough to meet most of your needs, along with extensibility through function callbacks to user-specied code.
This library is a C-language implementation of a parser for command-line arguments passed in a UNIX-like syntax. It should be flexible enough to meet most of your needs, along with extensibility through function callbacks to user-specied code.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions docs/LC_macros.h.tex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
% You should have received a copy of the GNU General Public License along with
% this program. If not, see <https://www.gnu.org/licenses/>.

\section{Annotated Version of the \mintinline{bash}{libClame.h} Headerfile.}
\section{Annotated Version of the \mintinline{bash}{LC_macros.h} Headerfile.}

You can use these macros in your program by including the \mintinline{bash}{LC_macros.h} header file.\footnotemark This section is an annotated version of this header file. For all of these macros, \monoc{lflag} needs to be a string constant, \monoc{sflag} needs to be a char constant.

Expand All @@ -22,7 +22,7 @@ \section{Annotated Version of the \mintinline{bash}{libClame.h} Headerfile.}
}

\subsection{Flag to Call a Function}
This macro lets you make a flag that calls a helper function you have defined in your code. \monoc{func} needs to be of type \monoc{int func(LC_flag_t *flag}.\footnotemark
This macro lets you make a flag that calls a helper function you have defined in your code. \monoc{func} needs to be of type \monoc{int func(LC_flag_t *flag)}.\footnotemark

\footnotetext{See Section \ref{sec:callback-function}.}

Expand Down
2 changes: 1 addition & 1 deletion docs/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

\section*{About}

This program is a C-language implementation of a parser for command-line arguments passed in a UNIX-like syntax. It should be flexible enough to meet most of your needs, along with extensibility through function callbacks to user-specied code.
This library is a C-language implementation of a parser for command-line arguments passed in a UNIX-like syntax. It should be flexible enough to meet most of your needs, along with extensibility through function callbacks to user-specied code.

\subsection*{Contributing}

Expand Down

0 comments on commit 8a15745

Please sign in to comment.