summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
authorAdam Stevko <adam.stevko@gmail.com>2015-07-25 22:04:08 +0200
committerRobert Mustacchi <rm@joyent.com>2015-09-29 14:35:43 -0700
commitadb26135f9399e574196b45d6ab3ba1bb470e60f (patch)
treed0a20dcb193df0150d0f490160d7dbcf6eeac2f1 /usr/src
parentbcfd4cacb8887a687a4dd27cbaeec75e65f0e9de (diff)
downloadillumos-joyent-adb26135f9399e574196b45d6ab3ba1bb470e60f.tar.gz
4648 detach(9e): Extra space between 'prefix' and 'detach'
Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Marcel Telka <marcel@telka.sk> Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/man/man9e/detach.9e4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man9e/detach.9e b/usr/src/man/man9e/detach.9e
index 646139e49c..544cb7536e 100644
--- a/usr/src/man/man9e/detach.9e
+++ b/usr/src/man/man9e/detach.9e
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH DETACH 9E "Dec 7, 2003"
+.TH DETACH 9E "Jul 25, 2015"
.SH NAME
detach \- detach or suspend a device
.SH SYNOPSIS
@@ -14,7 +14,7 @@ detach \- detach or suspend a device
-\fBint prefix\fR \fBdetach\fR(\fBdev_info_t *\fR \fIdip\fR, \fBddi_detach_cmd_t\fR \fIcmd\fR);
+\fBint prefix\fR\fBdetach\fR(\fBdev_info_t *\fR \fIdip\fR, \fBddi_detach_cmd_t\fR \fIcmd\fR);
.fi
.SH INTERFACE LEVEL