diff options
| author | mlelstv <mlelstv@NetBSD.org> | 2020-02-24 11:45:30 +0000 |
|---|---|---|
| committer | mlelstv <mlelstv@NetBSD.org> | 2020-02-24 11:45:30 +0000 |
| commit | 8de46371d3aa85e61a4989b62bfde8cbdd0be6b4 (patch) | |
| tree | 387f825d5f88ca859715d15e505002f8c503280e /sbin/devpubd/devpubd.8 | |
| parent | 357697106c0429117e04a9059cf3a3123f2d580d (diff) | |
Add one-shot mode.
Diffstat (limited to 'sbin/devpubd/devpubd.8')
| -rw-r--r-- | sbin/devpubd/devpubd.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sbin/devpubd/devpubd.8 b/sbin/devpubd/devpubd.8 index 2600b935921..c2bf6fafc94 100644 --- a/sbin/devpubd/devpubd.8 +++ b/sbin/devpubd/devpubd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: devpubd.8,v 1.5 2016/09/11 01:38:00 sevan Exp $ +.\" $NetBSD: devpubd.8,v 1.6 2020/02/24 11:45:30 mlelstv Exp $ .\" .\" Copyright (c) 2011-2013 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -35,7 +35,7 @@ .Nd device publish daemon for automatic device node creation .Sh SYNOPSIS .Nm -.Op Fl f +.Op Fl 1f .Sh DESCRIPTION .Nm listens on @@ -48,7 +48,9 @@ When .Fl f is specified, .Nm -does not go into the background. +does not go into the background. With the option +.Fl 1 +it will also exit after the initial setup of device nodes. .Pp .Nm runs |
