summaryrefslogtreecommitdiffstats
path: root/man3/setaliasent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/setaliasent.3')
-rw-r--r--man3/setaliasent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/setaliasent.3 b/man3/setaliasent.3
index 0b67451a4..adf5f13d7 100644
--- a/man3/setaliasent.3
+++ b/man3/setaliasent.3
@@ -134,7 +134,7 @@ The NeXT system has similar routines:
.in +4n
.EX
#include <aliasdb.h>
-
+\&
void alias_setent(void);
void alias_endent(void);
alias_ent *alias_getent(void);
@@ -152,12 +152,12 @@ It will dump all names in the alias database.
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
-
+\&
int
main(void)
{
struct aliasent *al;
-
+\&
setaliasent();
for (;;) {
al = getaliasent();