CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2018/10/05 06:11:21
Modified files: share/man/man9 : style.9 Log message: It is perfectly legal in C++ to use the same name for a struct tag and a typedef. Remove the bits saying otherwise. We shouldn't suggest using a leading underscore in a name since such names are reserved for the language.