Elaine: > Please help me review the manpage for libsigc++,
Looks good. Some comments: - For C++ interfaces we need to document the compiler and version number used to compile the library. Users need to know this since they need to use the same compiler and version if they want to link against the library. - In your manpage you refer to the actual interface a few times like this: <indexterm><primary>libsigc++-2.0</primary></indexterm><indexterm><primary> Note that when we display the interface name (libsigc++-2.0), we should instead use "&cmd;" which is replaced by the "libsigc++-2.0" string. Brian
