changeset 2462:5edc0b8b0543

[project @ 1996-11-03 05:52:52 by jwe]
author jwe
date Sun, 03 Nov 1996 05:52:52 +0000
parents 7d5338788d69
children 4516c3b75851
files doc/interpreter/system.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 ()