summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rarpd
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1999-11-27 17:06:40 +0000
committercharnier <charnier@FreeBSD.org>1999-11-27 17:06:40 +0000
commitb9ae470aefaf41531b18700a659d0ceac08e73a8 (patch)
tree9fd8fc729e230dbbcdda8461cea63ee43d26dc4c /usr.sbin/rarpd
parentd3243c4482eb7a852db554e8c0883150c2027df9 (diff)
downloadFreeBSD-src-b9ae470aefaf41531b18700a659d0ceac08e73a8.zip
FreeBSD-src-b9ae470aefaf41531b18700a659d0ceac08e73a8.tar.gz
Remove incorrect section name. Incomplete -Wall cleaning.
Diffstat (limited to 'usr.sbin/rarpd')
-rw-r--r--usr.sbin/rarpd/rarpd.82
-rw-r--r--usr.sbin/rarpd/rarpd.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/rarpd/rarpd.8 b/usr.sbin/rarpd/rarpd.8
index d209567..465a16f 100644
--- a/usr.sbin/rarpd/rarpd.8
+++ b/usr.sbin/rarpd/rarpd.8
@@ -69,7 +69,7 @@ forks a copy of itself and runs in
the background. Anomalies and errors are reported via
.Xr syslog 3 .
-.Sh OPTIONS
+.Pp
The following options are available:
.Bl -tag -width indent
.It Fl a
diff --git a/usr.sbin/rarpd/rarpd.c b/usr.sbin/rarpd/rarpd.c
index 9af89e2..8e50090 100644
--- a/usr.sbin/rarpd/rarpd.c
+++ b/usr.sbin/rarpd/rarpd.c
@@ -224,6 +224,7 @@ main(argc, argv)
}
}
rarp_loop();
+ return(0);
}
/*
OpenPOWER on IntegriCloud