diff options
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); } /* |