Fix typos
parent
7e3c07f776
commit
f49f6979c4
10
cstyle.7
10
cstyle.7
|
@ -1,4 +1,4 @@
|
||||||
.Dd August 27, 2024
|
.Dd November 23, 2024
|
||||||
.Dt CSTYLE 7
|
.Dt CSTYLE 7
|
||||||
.Os Nakidai
|
.Os Nakidai
|
||||||
.
|
.
|
||||||
|
@ -194,8 +194,8 @@ as the class' name:
|
||||||
.
|
.
|
||||||
.Pp
|
.Pp
|
||||||
Destructors are named
|
Destructors are named
|
||||||
as constructos
|
as constructors
|
||||||
but with an anuderscore
|
but with an underscore
|
||||||
at the end:
|
at the end:
|
||||||
.Dl Namespace_Class_
|
.Dl Namespace_Class_
|
||||||
.
|
.
|
||||||
|
@ -241,7 +241,7 @@ some
|
||||||
library that
|
library that
|
||||||
covers my needs.
|
covers my needs.
|
||||||
.
|
.
|
||||||
.Ss Code practies
|
.Ss Code practices
|
||||||
I prefer pre-increment
|
I prefer pre-increment
|
||||||
over post-increment
|
over post-increment
|
||||||
when it doesn't matter.
|
when it doesn't matter.
|
||||||
|
@ -282,7 +282,7 @@ project name.
|
||||||
.Pp
|
.Pp
|
||||||
In the root I place
|
In the root I place
|
||||||
configure script
|
configure script
|
||||||
(if proejct is complex)
|
(if project is complex)
|
||||||
and Makefile.
|
and Makefile.
|
||||||
I write configure scripts
|
I write configure scripts
|
||||||
by hand,
|
by hand,
|
||||||
|
|
Loading…
Reference in New Issue