diff options
author | Richard Lowe <richlowe@richlowe.net> | 2011-10-11 16:00:17 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2011-10-11 16:00:17 +0100 |
commit | c00ed4fa5a593e8e48ded4fb5ad22ecf0348f01d (patch) | |
tree | 909f29a065a94e61f2919a39f46a243c3f5c295b /usr/src/man/man3socket/getnetbyname.3socket | |
parent | d322ce9e5e9bb437d93bf09b5354eede23491de7 (diff) | |
parent | ea3068a71489464a7cde899773f9ae3541209461 (diff) | |
download | illumos-joyent-c00ed4fa5a593e8e48ded4fb5ad22ecf0348f01d.tar.gz |
Merge branch 'master' of http://github.com/illumos/illumos-gate into gcc/upgrade
Conflicts:
usr/src/cmd/avs/dsw/iiadm.c
Diffstat (limited to 'usr/src/man/man3socket/getnetbyname.3socket')
-rw-r--r-- | usr/src/man/man3socket/getnetbyname.3socket | 33 |
1 files changed, 13 insertions, 20 deletions
diff --git a/usr/src/man/man3socket/getnetbyname.3socket b/usr/src/man/man3socket/getnetbyname.3socket index f456d9f848..acc0b88606 100644 --- a/usr/src/man/man3socket/getnetbyname.3socket +++ b/usr/src/man/man3socket/getnetbyname.3socket @@ -2,7 +2,7 @@ .\" Copyright (C) 2004, Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 1989 AT&T .\" Copyright (c) 1983 Regents of the University of California. All rights reserved. The Berkeley software License Agreement specifies the terms and conditions for redistribution. -.TH getnetbyname 3SOCKET "4 Nov 2004" "SunOS 5.11" "Sockets Library Functions" +.TH GETNETBYNAME 3SOCKET "Nov 4, 2004" .SH NAME getnetbyname, getnetbyname_r, getnetbyaddr, getnetbyaddr_r, getnetent, getnetent_r, setnetent, endnetent \- get network entry @@ -83,15 +83,13 @@ aligned based upon the input string. For example: .sp .TS -tab(); -cw(2.75i) cw(2.75i) -lw(2.75i) lw(2.75i) -. -TextValue -\fB"10"\fR\fB0x0000000a\fR -\fB"10.0"\fR\fB0x00000a00\fR -\fB"10.0.1"\fR\fB0a000a0001\fR -\fB"10.0.1.28\fR"\fB0x0a000180\fR +c c +l l . +Text Value +\fB"10"\fR \fB0x0000000a\fR +\fB"10.0"\fR \fB0x00000a00\fR +\fB"10.0.1"\fR \fB0a000a0001\fR +\fB"10.0.1.28\fR" \fB0x0a000180\fR .TE .sp @@ -225,23 +223,19 @@ result. See \fBIntro\fR(2) for the proper usage and interpretation of .SH FILES .sp .ne 2 -.mk .na \fB\fB/etc/networks\fR\fR .ad .RS 22n -.rt network name database .RE .sp .ne 2 -.mk .na \fB\fB/etc/nsswitch.conf\fR\fR .ad .RS 22n -.rt configuration file for the name service switch .RE @@ -253,13 +247,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes: .sp .TS -tab() box; -cw(2.75i) |cw(2.75i) -lw(2.75i) |lw(2.75i) -. -ATTRIBUTE TYPEATTRIBUTE VALUE +box; +c | c +l | l . +ATTRIBUTE TYPE ATTRIBUTE VALUE _ -MT-LevelMT-Safe +MT-Level MT-Safe .TE .SH SEE ALSO |