mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix markup where C include files get named in <...> form; bug reported by
Lorenzo M. Catucci <lorenzo@argon.roma2.infn.it>.
This commit is contained in:
parent
a0e4b78233
commit
a5aefbad5a
4 changed files with 4 additions and 5 deletions
|
|
@ -9,7 +9,7 @@ This module provides access to the \UNIX{} group database.
|
|||
It is available on all \UNIX{} versions.
|
||||
|
||||
Group database entries are reported as 4-tuples containing the
|
||||
following items from the group database (see \file{<grp.h>}), in order:
|
||||
following items from the group database (see \code{<grp.h>}), in order:
|
||||
\code{gr_name},
|
||||
\code{gr_passwd},
|
||||
\code{gr_gid},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue