OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / setaliasent.3
index fdfb403..76d4fb7 100644 (file)
@@ -1,5 +1,8 @@
 .\" Copyright 2003 Walter Harms (walter.harms@informatik.uni-oldenburg.de)
+.\"
+.\" %%%LICENSE_START(GPL_NOVERSION_ONELINE)
 .\" Distributed under GPL
+.\" %%%LICENSE_END
 .\"
 .\" Polished a bit, added a little, aeb
 .\"
@@ -28,7 +31,8 @@ getaliasbyname, getaliasbyname_r \- read an alias entry
 .SH DESCRIPTION
 One of the databases available with the Name Service Switch (NSS)
 is the aliases database, that contains mail aliases.
-(To find out which databases are supported, try  \fIgetent \-\-help\fP.)
+(To find out which databases are supported, try
+.IR "getent \-\-help" .)
 Six functions are provided to access the aliases database.
 .PP
 The
@@ -82,7 +86,7 @@ struct aliasent {
 };
 .fi
 .in
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 The functions
 .BR getaliasent_r ()
 and
@@ -94,9 +98,9 @@ The default alias database is the file
 This can be changed in the
 .I /etc/nsswitch.conf
 file.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These routines are glibc-specific.
-The NeXT has similar routines:
+The NeXT system has similar routines:
 .in +4n
 .nf
 
@@ -138,7 +142,7 @@ main(void)
     exit(EXIT_SUCCESS);
 }
 .fi
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR getgrent (3),
 .BR getpwent (3),
 .BR getspent (3),
@@ -147,3 +151,12 @@ main(void)
 .\" /etc/sendmail/aliases
 .\" Yellow Pages
 .\" newaliases, postalias
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.