diff options
author | charnier <charnier@FreeBSD.org> | 1999-11-27 17:06:40 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1999-11-27 17:06:40 +0000 |
commit | b9ae470aefaf41531b18700a659d0ceac08e73a8 (patch) | |
tree | 9fd8fc729e230dbbcdda8461cea63ee43d26dc4c /usr.sbin/rarpd | |
parent | d3243c4482eb7a852db554e8c0883150c2027df9 (diff) | |
download | FreeBSD-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.8 | 2 | ||||
-rw-r--r-- | usr.sbin/rarpd/rarpd.c | 1 |
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); } /* |