star-style

Writing conventions for co-authors
Log | Files | Refs | README | LICENSE

commit 04884f23a53babb598b4b874e45d780d7f29d951
parent a4536aba9011b7b58efa676c09c9fa700bc695d6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 26 Jun 2026 15:05:55 +0200

Relecture mineure

Diffstat:
Mdoc/fr/star-c.7 | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/fr/star-c.7 b/doc/fr/star-c.7 @@ -665,7 +665,7 @@ ligne qui suit : static void foo(void) { - printf("bar\e"); + printf("bar\en"); } .Ed .Pp @@ -798,7 +798,7 @@ L'ajout de cette directive permet d'expliciter que c'est bien le comportement attendu et non l'oublie d'une instruction .Ql break , en plus d'éviter un possible message d'avertissement à la compilation -.Pq option Fl Wimplicit-fallthrought No de Xr gcc 1 Ns +.Pq option Fl Wimplicit-fallthrough No de Xr gcc 1 Ns  : .Bd -literal -offset Ds switch (c) { @@ -827,7 +827,7 @@ switch (c) { .Sh FICHIERS .\"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .Sh VOIR AUSSI -.Xr gcc 1 +.Xr gcc 1 , .Xr feature_test_macros 7 .Pp .Rs