# HG changeset patch # User jwe # Date 847000372 0 # Node ID 5edc0b8b05439d6f0bf4dc193fdc1912fa3bee89 # Parent 7d5338788d69d76d7196d99d0b43fe34bfa6ce76 [project @ 1996-11-03 05:52:52 by jwe] diff --git a/doc/interpreter/system.texi b/doc/interpreter/system.texi --- a/doc/interpreter/system.texi +++ b/doc/interpreter/system.texi @@ -565,13 +565,13 @@ @deftypefn {Built-in Function} {passwd_struct =} getpwuid (@var{uid}). Return the first entry from the password database with the user ID @var{uid}. If the user ID does not exist in the database, -code{getpwuid} returns 0. +@code{getpwuid} returns 0. @end deftypefn @deftypefn {Built-in Function} {passwd_struct =} getpwnam (@var{name}) Return the first entry from the password database with the user name @var{name}. If the user name does not exist in the database, -code{getpwname} returns 0. +@code{getpwname} returns 0. @end deftypefn @deftypefn {Built-in Function} {} setpwent ()