diff options
| author | tedu <> | 2013-06-05 03:39:23 +0000 |
|---|---|---|
| committer | tedu <> | 2013-06-05 03:39:23 +0000 |
| commit | 2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4 (patch) | |
| tree | 97667fe496ef1ff70a824f63a20a3b9e63a34bc8 /src/lib/libc/net/getpeereid.3 | |
| parent | 5cfc174d3b34f5dba4b190a4ca81bfe03551259f (diff) | |
| download | openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.gz openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.tar.bz2 openbsd-2b7c3ac1a78656e1ad7e45f24ecbff6f63f289e4.zip | |
Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze
Diffstat (limited to 'src/lib/libc/net/getpeereid.3')
| -rw-r--r-- | src/lib/libc/net/getpeereid.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/net/getpeereid.3 b/src/lib/libc/net/getpeereid.3 index 8e777d3ca6..9c5742a245 100644 --- a/src/lib/libc/net/getpeereid.3 +++ b/src/lib/libc/net/getpeereid.3 | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | .\" $OpenBSD: getpeereid.3,v 1.2 2012/04/22 02:21:49 matthew Exp $ | 1 | .\" $OpenBSD: getpeereid.3,v 1.3 2013/06/05 03:39:23 tedu Exp $ |
| 2 | .\" | 2 | .\" |
| 3 | .\" Copyright (c) 1983, 1991, 1993 | 3 | .\" Copyright (c) 1983, 1991, 1993 |
| 4 | .\" The Regents of the University of California. All rights reserved. | 4 | .\" The Regents of the University of California. All rights reserved. |
| @@ -26,15 +26,15 @@ | |||
| 26 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 26 | .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 27 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 28 | .\" SUCH DAMAGE. | 28 | .\" SUCH DAMAGE. |
| 29 | .Dd $Mdocdate: April 22 2012 $ | 29 | .Dd $Mdocdate: June 5 2013 $ |
| 30 | .Dt GETPEEREID 3 | 30 | .Dt GETPEEREID 3 |
| 31 | .Os | 31 | .Os |
| 32 | .Sh NAME | 32 | .Sh NAME |
| 33 | .Nm getpeereid | 33 | .Nm getpeereid |
| 34 | .Nd get effective user and group identification of locally-connected peer | 34 | .Nd get effective user and group identification of locally-connected peer |
| 35 | .Sh SYNOPSIS | 35 | .Sh SYNOPSIS |
| 36 | .Fd #include <sys/types.h> | 36 | .In sys/types.h |
| 37 | .Fd #include <sys/socket.h> | 37 | .In sys/socket.h |
| 38 | .Ft int | 38 | .Ft int |
| 39 | .Fn getpeereid "int s" "uid_t *euid" "gid_t *egid" | 39 | .Fn getpeereid "int s" "uid_t *euid" "gid_t *egid" |
| 40 | .Sh DESCRIPTION | 40 | .Sh DESCRIPTION |
