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

*** 1,11 **** '\" te .\" Copyright (c) 2004, Sun Microsystems, 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] ! .TH TSALARM 7D "Mar 16, 2004" .SH NAME tsalarm \- Alarm device driver .SH SYNOPSIS .LP .nf --- 1,11 ---- '\" te .\" Copyright (c) 2004, Sun Microsystems, 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] ! .TH TSALARM 7D "Sep 10, 2013" .SH NAME tsalarm \- Alarm device driver .SH SYNOPSIS .LP .nf
*** 208,218 **** { lom_aldata_t lld; int fd = open(LOM_DEVICE, O_RDWR); if (fd == -1) { ! printf("Error opening device: %s\n", LOM_DEVICE); exit (1); } lld.alarm_no = ALARM_CRITICAL; /* Set the critical alarm */ lld.state = ALARM_ON; /* Set the alarm */ --- 208,218 ---- { lom_aldata_t lld; int fd = open(LOM_DEVICE, O_RDWR); if (fd == -1) { ! printf("Error opening device: %s\en", LOM_DEVICE); exit (1); } lld.alarm_no = ALARM_CRITICAL; /* Set the critical alarm */ lld.state = ALARM_ON; /* Set the alarm */