add man page accepted/tizen/20130503.230658 accepted/tizen/20130520.094434 accepted/trunk/20130325.213629 submit/tizen/20130503.233309 submit/tizen/20130509.184647 submit/tizen/20130517.024312 submit/trunk/20130325.083904
authorAnas Nashif <anas.nashif@intel.com>
Sat, 10 Nov 2012 15:41:29 +0000 (07:41 -0800)
committerAnas Nashif <anas.nashif@intel.com>
Sat, 10 Nov 2012 15:41:29 +0000 (07:41 -0800)
utempter.8 [new file with mode: 0644]

diff --git a/utempter.8 b/utempter.8
new file mode 100644 (file)
index 0000000..6c272c6
--- /dev/null
@@ -0,0 +1,30 @@
+.\" Copyright (C) 2003 International Business Machines Corporation
+.\" Author: Emily Ratliff <ratliff@austin.ibm.com>
+.\" This file is distributed according to the GNU General Public License.
+.\"
+.TH "UTEMPTER" 8 "2003-03-21" "" "Linux System Administrator's Manual"
+.SH NAME
+utempter \- privileged helper program for utmp/wtmp updates
+.SH "SYNOPSIS"
+\fButempter\fR \-a \fIslave-device-name\fR  \fIhost\fR
+.sp
+\fButempter\fR \-d \fIslave-device-name\fR
+.SH "DESCRIPTION"
+.B utempter
+is a privileged helper program that writes utmp/wtmp entries for unprivileged 
+programs. 
+
+.SH "OPTIONS"
+The following options are supported:
+.IP "\fB-a \fIslave-device-name host\fR
+add an entry to the utmp/wtmp file
+.IP "\fB\-d \fIslave-device-name\fR 
+delete an entry from the utmp file
+
+.SH "RETURN VALUE"
+On success, 0 is returned. 
+On error, 1 is returned.
+
+.SH "SEE ALSO"
+.BR utmp (5), 
+.BR utmpname (3)