Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4/man4.x86 Put the spaces back (they're part of...



details:   https://anonhg.NetBSD.org/src/rev/75329496a06a
branches:  trunk
changeset: 930904:75329496a06a
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Apr 16 18:56:04 2020 +0000

description:
Put the spaces back (they're part of the config(1) syntax) but quote
them to avoid formatting errors

diffstat:

 share/man/man4/man4.x86/imcsmb.4 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 6a2d196dc3a5 -r 75329496a06a share/man/man4/man4.x86/imcsmb.4
--- a/share/man/man4/man4.x86/imcsmb.4  Thu Apr 16 18:51:47 2020 +0000
+++ b/share/man/man4/man4.x86/imcsmb.4  Thu Apr 16 18:56:04 2020 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: imcsmb.4,v 1.8 2020/04/16 18:51:47 pgoyette Exp $
+.\" $NetBSD: imcsmb.4,v 1.9 2020/04/16 18:56:04 pgoyette Exp $
 .\"
 .\" Copyright (c) 2018 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,9 +61,9 @@
 .Nm imcsmb
 .Nd Intel integrated Memory Controller (iMC) SMBus controller driver
 .Sh SYNOPSIS
-.Cd imc* at pci? dev? func?
-.Cd imcsmb* at imc?
-.Cd iic* at i2cbus?
+.Cd "imc* at pci? dev ? func ?"
+.Cd "imcsmb* at imc?"
+.Cd "iic* at i2cbus?"
 .Pp
 Alternatively, to load the driver as a module at boot time, place the following
 line in



Home | Main Index | Thread Index | Old Index