PERFORCE change 87621 for review
Todd Miller
millert at FreeBSD.org
Thu Dec 1 22:13:21 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87621
Change 87621 by millert at millert_ibook on 2005/12/01 22:13:17
Man page updates missed in previous merge.
Affected files ...
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/man/man2/getlcid.2#2 edit
.. //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/man/man2/setlcid.2#2 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/man/man2/getlcid.2#2 (text+ko) ====
@@ -32,10 +32,8 @@
.Sh NAME
.Nm getlcid
.Nd "get login context"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
-.In unistd.h
+.In sys/lctx.h
.Ft pid_t
.Fn getlcid "pid_t pid"
.Sh DESCRIPTION
@@ -56,7 +54,13 @@
.Fn setlcid
call.
.Sh RETURN VALUES
-.Rv -std getlcid
+If successful,
+.Fn getlcid
+returns a non-negative integer, the Login Context ID; otherwise the
+value \-1 is returned and the global variable
+.Fa errno
+is set to indicate
+the error.
.Sh ERRORS
The
.Fn getlcid
==== //depot/projects/trustedbsd/sedarwin7/src/darwin/xnu/bsd/man/man2/setlcid.2#2 (text+ko) ====
@@ -32,10 +32,8 @@
.Sh NAME
.Nm setlcid
.Nd "set login context"
-.Sh LIBRARY
-.Lb libc
.Sh SYNOPSIS
-.In unistd.h
+.In sys/lctx.h
.Ft int
.Fn setlcid "pid_t pid" "pid_t lcid"
.Sh DESCRIPTION
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list