diff options
| author | Alejandro Colomar <alx@kernel.org> | 2022-12-29 18:03:24 +0100 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2022-12-29 18:03:26 +0100 |
| commit | 72b349dd8c209d7375d4d4f76e2315943d654ee9 (patch) | |
| tree | e055aee6246fe2c5ee6c7b2b3cdffa5667035a12 /man3/system.3 | |
| parent | 5c4c37509c39c846891a17136702ed7447213b14 (diff) | |
| download | man-pages-72b349dd8c209d7375d4d4f76e2315943d654ee9.tar.gz | |
Many pages: Remove references to C89
C89 is obsolete, and programs should target newer standards. If someone
needs information about is, the Standard itself is a better resource.
Let's move forward, so readers get the intended notice that C89 is not a
useful version of C.
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3/system.3')
| -rw-r--r-- | man3/system.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/system.3 b/man3/system.3 index 6009727ea4..fe72dec157 100644 --- a/man3/system.3 +++ b/man3/system.3 @@ -119,7 +119,7 @@ T} Thread safety MT-Safe .ad .sp 1 .SH STANDARDS -POSIX.1-2001, POSIX.1-2008, C89, C99. +POSIX.1-2001, POSIX.1-2008, C99. .SH NOTES .BR system () provides simplicity and convenience: |
