From b9ae470aefaf41531b18700a659d0ceac08e73a8 Mon Sep 17 00:00:00 2001 From: charnier Date: Sat, 27 Nov 1999 17:06:40 +0000 Subject: Remove incorrect section name. Incomplete -Wall cleaning. --- usr.sbin/rarpd/rarpd.8 | 2 +- usr.sbin/rarpd/rarpd.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin') 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); } /* -- cgit v1.1