Print this page
4023 - Typo in file(1) manpage and various others

@@ -1,11 +1,11 @@
 '\" te
 .\" Copyright (c) 2008, 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]
-.TH AGPGART_IO 7I "Sep 25, 2008"
+.TH AGPGART_IO 7I "Sep 10, 2013"
 .SH NAME
 agpgart_io \- Solaris agpgart driver I/O control operations
 .SH SYNOPSIS
 .LP
 .nf

@@ -777,11 +777,11 @@
         }
         printf("device opened\en");
 
         ret = ioctl(fd, AGPIOC_INFO, &agpinfo);
         if(ret == -1) {
-                printf("Get info error %d\n", errno);
+                printf("Get info error %d\en", errno);
                 exit(-1);
         }
         printf("AGPSTAT is %x\en", agpinfo.agpi_mode);
         printf("APBASE is %x\en", agpinfo.agpi_aperbase);
         printf("APSIZE is %dMB\en", agpinfo.agpi_apersize);