Tue Apr 21 12:19:44 2020 UTC ()
Remove -M from SYNOPSIS as well.


(wiz)
diff -r1.28 -r1.29 src/usr.sbin/rtadvd/rtadvd.8

cvs diff -r1.28 -r1.29 src/usr.sbin/rtadvd/rtadvd.8 (expand / switch to unified diff)

--- src/usr.sbin/rtadvd/rtadvd.8 2020/04/21 12:05:54 1.28
+++ src/usr.sbin/rtadvd/rtadvd.8 2020/04/21 12:19:44 1.29
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: rtadvd.8,v 1.28 2020/04/21 12:05:54 roy Exp $ 1.\" $NetBSD: rtadvd.8,v 1.29 2020/04/21 12:19:44 wiz Exp $
2.\" $KAME: rtadvd.8,v 1.24 2002/05/31 16:16:08 jinmei Exp $ 2.\" $KAME: rtadvd.8,v 1.24 2002/05/31 16:16:08 jinmei Exp $
3.\" 3.\"
4.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. 4.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5.\" All rights reserved. 5.\" All rights reserved.
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
9.\" are met: 9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright 10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer. 11.\" notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\" notice, this list of conditions and the following disclaimer in the 13.\" notice, this list of conditions and the following disclaimer in the
14.\" documentation and/or other materials provided with the distribution. 14.\" documentation and/or other materials provided with the distribution.
@@ -28,27 +28,26 @@ @@ -28,27 +28,26 @@
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE. 29.\" SUCH DAMAGE.
30.\" 30.\"
31.Dd April 21, 2020 31.Dd April 21, 2020
32.Dt RTADVD 8 32.Dt RTADVD 8
33.Os 33.Os
34.Sh NAME 34.Sh NAME
35.Nm rtadvd 35.Nm rtadvd
36.Nd router advertisement daemon 36.Nd router advertisement daemon
37.Sh SYNOPSIS 37.Sh SYNOPSIS
38.Nm 38.Nm
39.Op Fl CDdfs 39.Op Fl CDdfs
40.Op Fl c Ar configfile 40.Op Fl c Ar configfile
41.Op Fl M Ar ifname 
42.Op Fl p Ar pidfile 41.Op Fl p Ar pidfile
43.Ar interface ... 42.Ar interface ...
44.Sh DESCRIPTION 43.Sh DESCRIPTION
45.Nm 44.Nm
46sends router advertisement packets to the specified interfaces. 45sends router advertisement packets to the specified interfaces.
47.Pp 46.Pp
48The program will daemonize itself on invocation. 47The program will daemonize itself on invocation.
49It will then send router advertisement packets periodically, as well 48It will then send router advertisement packets periodically, as well
50as in response to router solicitation messages sent by end hosts. 49as in response to router solicitation messages sent by end hosts.
51.Pp 50.Pp
52Router advertisements can be configured on a per-interface basis, as 51Router advertisements can be configured on a per-interface basis, as
53described in 52described in
54.Xr rtadvd.conf 5 . 53.Xr rtadvd.conf 5 .