diff options
Diffstat (limited to 'man3/getutent.3')
| -rw-r--r-- | man3/getutent.3 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/man3/getutent.3 b/man3/getutent.3 index 3c20773610..9c9e87eb18 100644 --- a/man3/getutent.3 +++ b/man3/getutent.3 @@ -110,7 +110,10 @@ On error these functions return \-1. .SH EXAMPLE The following example adds and removes a utmp record, assuming it is run from within a pseudo terminal. For usage in a real application, you -should check the return values of getpwuid() and ttyname(). +should check the return values of +.BR getpwuid () +and +.BR ttyname (). .PP .nf #include <string.h> |
