Add documentation note from Alex

This commit is contained in:
John Wiegley 2016-10-04 14:47:43 -07:00
parent 9d6026d8ec
commit 4ef9ea2b2a
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

View file

@ -2553,7 +2553,9 @@ for C code in GNU programs.
@item k&r
@cindex K&R style
The classic Kernighan and Ritchie style for C code.
The classic Kernighan and Ritchie style for C code. If you're looking
for the style used in the 2nd edition of their book ``The C
Programming Language'', then check out the @code{stroustrup} style.
@item bsd
@cindex BSD style