Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Remove trailing space.



details:   https://anonhg.NetBSD.org/src/rev/3d01f98d6490
branches:  trunk
changeset: 818661:3d01f98d6490
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Oct 22 07:36:36 2016 +0000

description:
Remove trailing space.

diffstat:

 share/man/man4/nvme.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7241301e1e33 -r 3d01f98d6490 share/man/man4/nvme.4
--- a/share/man/man4/nvme.4     Sat Oct 22 03:55:03 2016 +0000
+++ b/share/man/man4/nvme.4     Sat Oct 22 07:36:36 2016 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: nvme.4,v 1.8 2016/10/21 20:55:25 jdolecek Exp $
+.\"    $NetBSD: nvme.4,v 1.9 2016/10/22 07:36:36 wiz Exp $
 .\"    $OpenBSD: nvme.4,v 1.2 2016/04/14 11:53:37 jmc Exp $
 .\"
 .\" Copyright (c) 2016 David Gwynne <dlg%openbsd.org@localhost>
@@ -56,7 +56,7 @@
 The
 .Nm
 specification allows up to 64k commands per queue, the driver currently
-allocates 1024 entries per queue, or controller maximum, whatever is smaller. 
+allocates 1024 entries per queue, or controller maximum, whatever is smaller.
 Command submissions are done always on the current CPU, the command completion
 interrupt is handled on the CPU corresponding to the I/O queue ID
 - first I/O queue on CPU0, second I/O queue on CPU1, etc.



Home | Main Index | Thread Index | Old Index