X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fxgetdomainname.h;h=cbf75d31dab6b289390077e3f1f8b2f4df19cf12;hb=53ed71f6a1cc4207b1972b73e4b5e1e830c8119d;hp=1266c6c13cd1fec9d7b8bfe57a27c18176e18132;hpb=1ac8626ab74430f819333b64e198da59a2ac5f54;p=gnulib.git diff --git a/lib/xgetdomainname.h b/lib/xgetdomainname.h index 1266c6c13..cbf75d31d 100644 --- a/lib/xgetdomainname.h +++ b/lib/xgetdomainname.h @@ -13,7 +13,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #ifndef _XGETDOMAINNAME_H #define _XGETDOMAINNAME_H @@ -21,7 +21,8 @@ /* Return the NIS domain name of the machine, in malloc'd storage. WARNING! The NIS domain name is unrelated to the fully qualified host name of the machine. It is also unrelated to email addresses. - WARNING! The NIS domain name is usually the empty string when not using NIS. + WARNING! The NIS domain name is usually the empty string or "(none)" when + not using NIS. If malloc fails, exit. Upon any other failure, set errno and return NULL. */ extern char *xgetdomainname (void);