diff options
author | 2015-08-27 18:58:05 +0000 | |
---|---|---|
committer | 2015-08-27 18:58:05 +0000 | |
commit | 49b603d7d20cd6a0c6c150d948e989f4adfed03c (patch) | |
tree | 570207d74e1d3914baf56eec86b014f4e5882f87 | |
parent | fairly simple size for free() (diff) | |
download | wireguard-openbsd-49b603d7d20cd6a0c6c150d948e989f4adfed03c.tar.xz wireguard-openbsd-49b603d7d20cd6a0c6c150d948e989f4adfed03c.zip |
document CDIOREADTOCENTRIES, rather than the misspelled (but equivalent)
CDIOREADTOCENTRYS;
from martijn van duren
-rw-r--r-- | share/man/man4/cd.4 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index cf829266cd6..d47f8d4c5a7 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.4,v 1.24 2014/07/02 22:35:42 matthew Exp $ +.\" $OpenBSD: cd.4,v 1.25 2015/08/27 18:58:05 jmc Exp $ .\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -26,7 +26,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 2 2014 $ +.Dd $Mdocdate: August 27 2015 $ .Dt CD 4 .Os .Sh NAME @@ -212,9 +212,8 @@ struct ioc_toc_header { u_char ending_track; }; .Ed -.It Dv CDIOREADTOCENTRYS Fa "struct ioc_read_toc_entry *" +.It Dv CDIOREADTOCENTRIES Fa "struct ioc_read_toc_entry *" Return information from the table of contents entries mentioned. -(Yes, this command name is misspelled.) The argument structure is defined as follows: .Bd -literal -offset indent struct ioc_read_toc_entry { |