Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Fix markup.



details:   https://anonhg.NetBSD.org/src/rev/9e8262bdbbf7
branches:  trunk
changeset: 373322:9e8262bdbbf7
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Feb 02 13:25:41 2023 +0000

description:
Fix markup.

diffstat:

 share/man/man9/devsw_attach.9 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b1289af5b4b9 -r 9e8262bdbbf7 share/man/man9/devsw_attach.9
--- a/share/man/man9/devsw_attach.9     Thu Feb 02 08:21:32 2023 +0000
+++ b/share/man/man9/devsw_attach.9     Thu Feb 02 13:25:41 2023 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: devsw_attach.9,v 1.4 2022/03/28 12:33:20 riastradh Exp $
+.\"    $NetBSD: devsw_attach.9,v 1.5 2023/02/02 13:25:41 pgoyette Exp $
 .\"
 .\" Copyright (c) 2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd January 11, 2022
+.Dd February 2, 2023
 .Dt DEVSW 9
 .Os
 .Sh NAME
@@ -133,8 +133,8 @@
 The caller must ensure that there are no open instances of the device,
 and that the device's
 .Fn d_open
-function will fail, before calling.
-Fn devsw_detach .
+function will fail, before calling
+.Fn devsw_detach .
 .Pp
 The
 .Fn bdevsw_lookup



Home | Main Index | Thread Index | Old Index