Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Dec 2005 22:13:21 GMT
From:      Todd Miller <millert@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 87621 for review
Message-ID:  <200512012213.jB1MDLIp087226@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=87621

Change 87621 by millert@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512012213.jB1MDLIp087226>