diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-01 12:58:10 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-01 12:58:10 -0400 |
commit | 375fe460c8ce33a11a3e217397d5a8a7218e5f65 (patch) | |
tree | 6b15747e7889eb761eb75ea3833a075bdbb2738a | |
parent | add FAQ about POSIX and C99 (diff) | |
download | kirc-375fe460c8ce33a11a3e217397d5a8a7218e5f65.tar.gz kirc-375fe460c8ce33a11a3e217397d5a8a7218e5f65.tar.bz2 kirc-375fe460c8ce33a11a3e217397d5a8a7218e5f65.tar.xz kirc-375fe460c8ce33a11a3e217397d5a8a7218e5f65.tar.zst kirc-375fe460c8ce33a11a3e217397d5a8a7218e5f65.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -152,7 +152,7 @@ Applying a new color scheme is easy! One of the quickest ways is to use an appli ## FAQ * **KISS** is an acronym for [Keep It Simple Stupid](https://en.wikipedia.org/wiki/KISS_principle), which is a design principle noted by the U.S. Navy in 1960s. The KISS principle states that most systems work best if they are kept simple rather than made complicated; therefore, simplicity should be a key goal in design, and unnecessary complexity should be avoided. -* **POSIX** is an acronym for [Portable Operating System Interface](https://opensource.com/article/19/7/what-posix-richard-stallman-explains), which is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. The *C99 Standard* is typically preferred (as opposed to C89 or C11) as this is currently the only one specified by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html). +* **POSIX** is an acronym for [Portable Operating System Interface](https://opensource.com/article/19/7/what-posix-richard-stallman-explains), which is a family of standards specified by the IEEE Computer Society for maintaining compatibility between operating systems. The *C99* Standard is typically preferred (as opposed to *C89* or *C11*) as this is currently the only one specified by [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/c99.html). ## Known Bugs |