nltrigger.1 (711B)
1 .Dd September 12, 2021 2 .Dt NLTRIGGER 1 3 .Os 4 . 5 .Sh NAME 6 .Nm nltrigger 7 .Nd a tool to trigger netlink device events 8 . 9 .Sh SYNOPSIS 10 .Nm 11 .Bk -words 12 .Ar path 13 .Op Ar add|list|del|action 14 .Op Ar delay 15 .Ek 16 . 17 .Sh DESCRIPTION 18 .Bd -filled 19 .Nm 20 is a simple tool to trigger netlink device events at a certain 21 .Ar path 22 with a certain 23 .Ar action 24 and a certain 25 .Ar delay. 26 . 27 .Sh OPTIONS 28 .Pp 29 .Bl -tag -width Ds 30 .Ar Path 31 to be used as target. 32 .Ar Action 33 of [add|list|del|action] 34 should be triggered. 35 .Ar Delay 36 of usecs to wait after the 37 .Ar action 38 has been triggered. 39 (Default is 1000 usecs.) 40 .El 41 .Sh AUTHORS 42 See the LICENSE file for the authors of this software. 43 . 44 .Sh LICENSE 45 .Nm 46 is released under the MIT/X Consortium License. 47 . 48