diff options
author | Jason King <jasonbking@users.noreply.github.com> | 2020-01-02 15:56:47 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-02 15:56:47 -0600 |
commit | 127353ace231c5cee85ffb52d0afeb86a42d748f (patch) | |
tree | c9e5d0814e280a75f16f07bf2bb30e5489c45758 /usr/src | |
parent | a6022eb79890f1d462e3a7594c32fa23cc353f35 (diff) | |
download | illumos-joyent-127353ace231c5cee85ffb52d0afeb86a42d748f.tar.gz |
OS-8082 Typo in ddi_ffs(9F) (#246)
Reviewed by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Approved by: Kody Kantor <kody.kantor@joyent.com>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man9f/ddi_ffs.9f | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/usr/src/man/man9f/ddi_ffs.9f b/usr/src/man/man9f/ddi_ffs.9f index e6d5c1dfe2..1baa029aa6 100644 --- a/usr/src/man/man9f/ddi_ffs.9f +++ b/usr/src/man/man9f/ddi_ffs.9f @@ -1,9 +1,22 @@ -'\" te .\" Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. -.\" 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] -.Dd July 14, 2017 +.\" Copyright 2019 Joyent, Inc. +.\" +.\" 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] +.\" +.Dd December 21, 2019 .Dt DDI_FFS 9F .Os .Sh NAME @@ -22,11 +35,11 @@ .Fa "long mask" .Fc .Ft int -.Fo "ddi_ffs" +.Fo "ddi_ffsll" .Fa "long long mask" .Fc .Ft int -.Fo "ddi_fls" +.Fo "ddi_flsll" .Fa "long long mask" .Fc .Sh INTERFACE LEVEL @@ -94,4 +107,4 @@ the most significant position, depending on the variant of the functions used. .El .Sh SEE ALSO -\fIWriting Device Drivers\fR +.%T Writing Device Drivers |