From owner-freebsd-bugs Fri Jan 4 18: 2:26 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 75B9237C378 for ; Fri, 4 Jan 2002 17:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g051e1E03872; Fri, 4 Jan 2002 17:40:01 -0800 (PST) (envelope-from gnats) Received: from serv1.ilse.nl (serv1.ilse.nl [195.18.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 11AFE37BA81 for ; Fri, 4 Jan 2002 17:18:54 -0800 (PST) Received: from pc05c.ilse.nl (pc05c.ilse.nl [10.1.9.1]) by serv1.ilse.nl (8.11.6/8.10.2) with ESMTP id g051Ik971380; Sat, 5 Jan 2002 02:18:46 +0100 (MET) Received: (from marcolz@localhost) by pc05c.ilse.nl (8.11.6/8.11.1) id g051IkD03667; Sat, 5 Jan 2002 02:18:46 +0100 (CET) (envelope-from marcolz) Message-Id: <20020105021846.A3653@ilse.nl> Date: Sat, 5 Jan 2002 02:18:46 +0100 From: Marc Olzheim Reply-To: Marc Olzheim To: FreeBSD-gnats-submit@freebsd.org Cc: marcolz@ilse.nl X-Send-Pr-Version: 3.113 Subject: misc/33559: Some patches for typos... Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 33559 >Category: misc >Synopsis: Some patches for typos... >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jan 04 17:40:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Marc Olzheim >Release: FreeBSD 4.5-PRERELEASE i386 >Organization: ilse technology >Environment: System: FreeBSD pc05c.ilse.nl 4.5-PRERELEASE FreeBSD 4.5-PRERELEASE #0: Wed Jan 2 17:27:10 CET 2002 root@serv4.ilse.nl:/usr/src/sys/compile/ILSE.NOSMP.CLIENT i386 >Description: While reading a man page, I encountered a common writing error and thought I'd find-and-grep a bit around in the source tree. >How-To-Repeat: >Fix: Some pathes attached. Marc --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="bin.patch" --- /usr/src/bin/csh/USD.doc/csh.1 Sat Jan 5 01:37:46 2002 +++ /usr/src/bin/csh/USD.doc/csh.1 Sat Jan 5 01:39:45 2002 @@ -739,7 +739,7 @@ echo * .DE will not echo the character `*'. -It will either echo an sorted list of filenames in the +It will either echo a sorted list of filenames in the current .I "working directory," or print the message `No match' if there are --- /usr/src/bin/csh/USD.doc/csh.g Sat Jan 5 01:39:51 2002 +++ /usr/src/bin/csh/USD.doc/csh.g Sat Jan 5 01:41:27 2002 @@ -261,7 +261,7 @@ The .I chsh command is used to change the shell which you use on \s-2UNIX\s0. -By default, you use an different version of the shell +By default, you use a different version of the shell which resides in `/bin/sh'. You can change your shell to `/bin/csh' by doing .DS @@ -337,7 +337,7 @@ the \s-2SHIFT\s0 key is used to produce upper case characters. Thus .I control- c is produced by holding down the \s-2CONTROL\s0 key while pressing the -`c' key. Usually \s-2UNIX\s0 prints an caret (^) followed by the +`c' key. Usually \s-2UNIX\s0 prints a caret (^) followed by the corresponding letter when you type a .I control character (e.g. `^C' for --- /usr/src/bin/pax/ftree.c Sat Jan 5 01:36:11 2002 +++ /usr/src/bin/pax/ftree.c Sat Jan 5 01:36:28 2002 @@ -103,7 +103,7 @@ * set up the operation mode of fts, open the first file arg. We must * use FTS_NOCHDIR, as the user may have to open multiple archives and * if fts did a chdir off into the boondocks, we may create an archive - * volume in an place where the user did not expect to. + * volume in a place where the user did not expect to. */ ftsopts = FTS_NOCHDIR; --- /usr/src/bin/pax/buf_subs.c Sat Jan 5 01:36:03 2002 +++ /usr/src/bin/pax/buf_subs.c Sat Jan 5 01:36:06 2002 @@ -653,8 +653,8 @@ /* * wr_rdfile() * fill write buffer with the contents of a file. We are passed an open - * file descriptor to the file an the archive structure that describes the - * file we are storing. The variable "left" is modified to contain the + * file descriptor to the file and the archive structure that describes + * the file we are storing. The variable "left" is modified to contain the * number of bytes of the file we were NOT able to write to the archive. * it is important that we always write EXACTLY the number of bytes that * the format specific write routine told us to. The file can also get --- /usr/src/bin/pax/gen_subs.c Sat Jan 5 01:44:22 2002 +++ /usr/src/bin/pax/gen_subs.c Sat Jan 5 01:44:42 2002 @@ -280,7 +280,7 @@ /* * ul_asc() - * convert an unsigned long into an hex/oct ascii string. pads with LEADING + * convert an unsigned long into a hex/oct ascii string. pads with LEADING * ascii 0's to fill string completely * NOTE: the string created is NOT TERMINATED. */ --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sbin.patch" --- /usr/src/sbin/atm/ilmid/ilmid.c Sat Jan 5 01:46:12 2002 +++ /usr/src/sbin/atm/ilmid/ilmid.c Sat Jan 5 01:46:16 2002 @@ -475,7 +475,7 @@ } /* - * Get an 7-bit encoded value. + * Get a 7-bit encoded value. * * Get a value which is represented using a 7-bit encoding. The last * byte in the stream has the high-bit clear. --- /usr/src/sbin/i386/fdisk/fdisk.c Sat Jan 5 01:48:32 2002 +++ /usr/src/sbin/i386/fdisk/fdisk.c Sat Jan 5 01:48:47 2002 @@ -1194,7 +1194,7 @@ } /* - * Adjust start upwards, if necessary, to fall on an head boundary. + * Adjust start upwards, if necessary, to fall on a head boundary. */ if (partp->dp_start % dos_sectors != 0) { @@ -1432,7 +1432,7 @@ return (1); /* - * Adjust start upwards, if necessary, to fall on an head boundary. + * Adjust start upwards, if necessary, to fall on a head boundary. */ if (start % dos_sectors != 0) { prev_head_boundary = start / dos_sectors * dos_sectors; --- /usr/src/sbin/mount_hpfs/mount_hpfs.8 Sat Jan 5 01:53:09 2002 +++ /usr/src/sbin/mount_hpfs/mount_hpfs.8 Sat Jan 5 01:53:44 2002 @@ -76,7 +76,7 @@ in the file system. .El .Sh EXAMPLES -To mount an hpfs volume located in /dev/wd1s1: +To mount an HPFS volume located in /dev/wd1s1: .Bd -literal -offset indent # mount_hpfs /dev/wd1s1 /mnt .Ed --- /usr/src/sbin/mount_ntfs/mount_ntfs.8 Sat Jan 5 01:50:40 2002 +++ /usr/src/sbin/mount_ntfs/mount_ntfs.8 Sat Jan 5 01:50:51 2002 @@ -105,7 +105,7 @@ is an attribute name. Default is none. .Sh EXAMPLES -To mount an ntfs volume located in +To mount an NTFS volume located in .Pa /dev/ad1s1 : .Bd -literal -offset indent # mount_ntfs /dev/ad1s1 /mnt --- /usr/src/sbin/newfs/newfs.c Sat Jan 5 01:51:56 2002 +++ /usr/src/sbin/newfs/newfs.c Sat Jan 5 01:52:17 2002 @@ -169,7 +169,7 @@ char *mfs_mtpt; /* mount point for mfs */ struct stat mfs_mtstat; /* stat prior to mount */ int Nflag; /* run without writing file system */ -int Oflag; /* format as an 4.3BSD file system */ +int Oflag; /* format as a 4.3BSD file system */ int Uflag; /* enable soft updates for file system */ int fssize; /* file system size */ int ntracks = NTRACKS; /* # tracks/cylinder */ --- /usr/src/sbin/newfs/mkfs.c Sat Jan 5 01:51:58 2002 +++ /usr/src/sbin/newfs/mkfs.c Sat Jan 5 01:52:11 2002 @@ -94,7 +94,7 @@ extern char *mfs_mtpt; /* mount point for mfs */ extern struct stat mfs_mtstat; /* stat prior to mount */ extern int Nflag; /* run mkfs without writing file system */ -extern int Oflag; /* format as an 4.3BSD file system */ +extern int Oflag; /* format as a 4.3BSD file system */ extern int Uflag; /* enable soft updates for file system */ extern int fssize; /* file system size */ extern int ntracks; /* # tracks/cylinder */ --- /usr/src/sbin/growfs/growfs.c Sat Jan 5 01:54:05 2002 +++ /usr/src/sbin/growfs/growfs.c Sat Jan 5 01:55:39 2002 @@ -527,7 +527,7 @@ * Here we add or subtract (sign +1/-1) the available fragments in a given * block to or from the fragment statistics. By subtracting before and adding * after an operation on the free frag map we can easy update the fragment - * statistic, which seems to be otherwise an rather complex operation. + * statistic, which seems to be otherwise a rather complex operation. */ static void frag_adjust(daddr_t frag, int sign) @@ -807,7 +807,7 @@ updclst((osblock.fs_size-cbase)/sblock.fs_frag); } else { /* - * Lets rejoin a possible partially growed + * Lets rejoin a possible partially grown * fragment. */ k=0; @@ -835,7 +835,7 @@ j++; } /* - * Lets rejoin a possible partially growed fragment. + * Lets rejoin a possible partially grown fragment. */ k=0; while(isset(cg_blksfree(&acg), i) && --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="share.patch" --- /usr/src/share/doc/IPv6/IMPLEMENTATION Sat Jan 5 00:57:11 2002 +++ /usr/src/share/doc/IPv6/IMPLEMENTATION Sat Jan 5 01:15:06 2002 @@ -187,7 +187,7 @@ In such cases DAD may fail, because DAD engine sees inbound NS packet (actually from the node itself) and considers it as a sign of duplicate. In this case, drivers should be corrected to honor IFF_SIMPLEX behavior. -For example, you may need to check source MAC address on a inbound packet, +For example, you may need to check source MAC address on an inbound packet, and reject it if it is from the node itself. You may also want to look at #if condition marked "heuristics" in sys/netinet6/nd6_nbr.c:nd6_dad_timer() as workaround (note that the code @@ -1188,7 +1188,7 @@ based on RFC2553bis discussion. If you look at multiple IPv6 implementations, you will be able to see -both definitions. As an userland programmer, the most portable way of +both definitions. As a userland programmer, the most portable way of dealing with it is to: (1) ensure ss_family and/or ss_len are available on the platform, by using GNU autoconf, --- /usr/src/share/doc/papers/diskperf/tests.ms Sat Jan 5 01:07:48 2002 +++ /usr/src/share/doc/papers/diskperf/tests.ms Sat Jan 5 01:07:51 2002 @@ -71,7 +71,7 @@ I/O support routines is commonly used and these routines buffer data in similar block sizes. .PP -For each test run, a empty eight Kilobyte block +For each test run, an empty eight Kilobyte block file system was created in the target storage system. Then each of the four tests was run and timed. --- /usr/src/share/doc/papers/diskperf/motivation.ms Sat Jan 5 01:15:41 2002 +++ /usr/src/share/doc/papers/diskperf/motivation.ms Sat Jan 5 01:16:19 2002 @@ -45,7 +45,7 @@ cost competitive in the area of disk storage for the first time. Emulex's entry into the VAX 11/780 SBI controller -field, the SC780, represented a important choice for us to examine, given +field, the SC780, represented an important choice for us to examine, given our previous success with their VAX 11/750 SC750 controller and their UNIBUS controllers. The Fujitsu 2351A --- /usr/src/share/doc/papers/malloc/intro.ms Sat Jan 5 01:16:46 2002 +++ /usr/src/share/doc/papers/malloc/intro.ms Sat Jan 5 01:17:16 2002 @@ -42,7 +42,7 @@ In the C language, there exists a little used interface to the stack, .B alloca(3) , which will explicitly allocate space on the stack. -This is not a interface to the kernel, but merely an adjustment +This is not an interface to the kernel, but merely an adjustment done to the stack-pointer such that space will be available and unharmed by any subroutine calls yet to be made while the context of the current subroutine is intact. @@ -58,7 +58,7 @@ .B brk(2) . The argument to brk(2) is a pointer to where the process wants the heap to end. -There is also a interface called +There is also an interface called .B sbrk(2) taking an increment to the current end of the heap, but this is merely a .B libc --- /usr/src/share/doc/papers/sysperf/4.t Sat Jan 5 01:21:12 2002 +++ /usr/src/share/doc/papers/sysperf/4.t Sat Jan 5 01:21:26 2002 @@ -670,7 +670,7 @@ message recipient causing almost a continuous sequence of sync operations). .PP The hashed data base files were -installed in all mail programs, resulting in a order of magnitude +installed in all mail programs, resulting in an order of magnitude speedup on large distribution lists. The code in \fI/bin/mail\fP that notifies the \fIcomsat\fP program when mail has been delivered to a user was changed to cache host table lookups, resulting in a similar --- /usr/src/share/doc/psd/21.ipc/3.t Sat Jan 5 01:17:54 2002 +++ /usr/src/share/doc/psd/21.ipc/3.t Sat Jan 5 01:18:14 2002 @@ -245,7 +245,7 @@ .DE .PP In the NS domain, protocols are indicated by the "client type" -field of a IDP header. No protocol database exists; see section +field of an IDP header. No protocol database exists; see section 5 for more information. .NH 2 Service names --- /usr/src/share/doc/smm/01.setup/3.t Sat Jan 5 01:18:37 2002 +++ /usr/src/share/doc/smm/01.setup/3.t Sat Jan 5 01:19:09 2002 @@ -1318,7 +1318,7 @@ and .Xr lfs_cleanerd (8) for more information. -For a in-depth description of the implementation and performance +For an in-depth description of the implementation and performance characteristics of log-structured filesystems in general, and this one in particular, see Dr. Margo Seltzer's doctoral thesis, available from the University of California Computer Science Department. --- /usr/src/share/doc/smm/06.nfs/1.t Sat Jan 5 00:59:37 2002 +++ /usr/src/share/doc/smm/06.nfs/1.t Sat Jan 5 01:28:51 2002 @@ -83,7 +83,7 @@ .sh 1 "Mount Problems" .pp There are several problems that can be encountered at the time of an NFS -mount, ranging from a unresponsive NFS server (crashed, network partitioned +mount, ranging from an unresponsive NFS server (crashed, network partitioned from client, etc.) to various interoperability problems between different NFS implementations. .pp @@ -230,7 +230,7 @@ that must normally be fragmented at the IP layer for transmission.\** .(f \**6 IP fragments for an Ethernet, -which has an maximum transmission unit of 1500bytes. +which has a maximum transmission unit of 1500bytes. .)f For IP fragments to be successfully reassembled into the IP datagram at the receive end, all --- /usr/src/share/doc/smm/06.nfs/2.t Sat Jan 5 01:00:45 2002 +++ /usr/src/share/doc/smm/06.nfs/2.t Sat Jan 5 01:01:42 2002 @@ -127,7 +127,7 @@ an expired write caching lease to push dirty writes. .pp The server maintains a \fBmodify_revision\fR number for each file. It is -defined as a unsigned quadword integer that is never zero and that must +defined as an unsigned quadword integer that is never zero and that must increase whenever the corresponding file is modified on the server. It is used by the client to determine whether or not cached data for the file is @@ -400,7 +400,7 @@ .(l typedef unsigned hyper modifyrev; .)l -The "modifyrev" is a unsigned quadword integer value that is never zero +The "modifyrev" is an unsigned quadword integer value that is never zero and increases every time the corresponding file is modified on the server. .ip \(bu nqnfs_time --- /usr/src/share/doc/smm/18.net/7.t Sat Jan 5 01:08:14 2002 +++ /usr/src/share/doc/smm/18.net/7.t Sat Jan 5 01:08:30 2002 @@ -115,7 +115,7 @@ always precedes a request to accept a connection. .IP PRU_CONNECT .br -The ``connect'' request indicates the user wants to a establish +The ``connect'' request indicates the user wants to establish an association. The \fIaddr\fP parameter supplied describes the peer to be connected to. The effect of a connect request may vary depending on the protocol. Virtual circuit protocols, --- /usr/src/share/doc/usd/18.msdiffs/ms.diffs Sat Jan 5 01:09:02 2002 +++ /usr/src/share/doc/usd/18.msdiffs/ms.diffs Sat Jan 5 01:09:18 2002 @@ -268,7 +268,7 @@ \&.OH \'\ef\^IThe -mx Macros\'\'Page %\ef\^P\' \&.EH \'\ef\^IPage %\'\'The -mx Macros\ef\^P\' .DE -Note that it would be a error to have an apostrophe in the header text; +Note that it would be an error to have an apostrophe in the header text; if you need one, you will have to use a different delimiter around the left, center, and right portions of the title. You can use any character as a delimiter, provided it doesn't appear --- /usr/src/share/examples/IPv6/USAGE Sat Jan 5 01:19:33 2002 +++ /usr/src/share/examples/IPv6/USAGE Sat Jan 5 01:19:52 2002 @@ -3,7 +3,7 @@ $KAME: USAGE,v 1.33 2000/11/22 10:22:57 itojun Exp $ $FreeBSD: src/share/examples/IPv6/USAGE,v 1.1.2.2 2001/07/03 11:01:24 ume Exp $ -This is a introduction of how to use the commands provided in the KAME +This is an introduction of how to use the commands provided in the KAME kit. For more information, please refer to each man page. --- /usr/src/share/examples/isdn/FAQ Sat Jan 5 01:10:05 2002 +++ /usr/src/share/examples/isdn/FAQ Sat Jan 5 01:29:38 2002 @@ -312,7 +312,7 @@ since I have to wait for ppp negotiation to complete (I don't get a message from isdnd for that). If I'm lucky I have my connection after 3 seconds, but 8 seconds should suffice for worst case (the first HUP without a sleep -sometimes even succeeded on an slow 486/33 with 8MB RAM, more HUPs don't hurt). +sometimes even succeeded on a slow 486/33 with 8MB RAM, more HUPs don't hurt). I'm really interested in some more elegant method. @@ -1016,7 +1016,7 @@ Q: Hi, - I am trying to set up an ELSA QuickStep 1000pro PCI ISDN adaptor in a FreeBSD + I am trying to set up a ELSA QuickStep 1000pro PCI ISDN adaptor in a FreeBSD 3.3 box. I configured the kernel according to the i4b.ps documentation. At boottime, these messages are displayed: @@ -1070,7 +1070,7 @@ isdn_fsdev="NO" isdn_flags="" - had to do that if i want to run isdnd as an daemon service, 'cause the + had to do that if i want to run isdnd as a daemon service, 'cause the defaults in /etc/defaults/rc.conf are: isdn_fsdev="/dev/ttyv4" # Output device for fullscreen mode (or NO for daemon mode). --- /usr/src/share/examples/isdn/Overview Sat Jan 5 01:12:05 2002 +++ /usr/src/share/examples/isdn/Overview Sat Jan 5 01:13:57 2002 @@ -111,7 +111,7 @@ routines. These routines handle the card/manufacturer specific stuff required to talk to a particular card. - This addresses of the read/write routines are put into a arrays found + These addresses of the read/write routines are put into arrays found in struct isic_softc and they are later called by the macros: ISAC_READ(r), ISAC_WRITE(r,v), ISAC_RDFIFO(b,s), ISAC_WRFIFO(b,s), --- /usr/src/share/examples/meteor/test-n.c Sat Jan 5 00:57:58 2002 +++ /usr/src/share/examples/meteor/test-n.c Sat Jan 5 00:57:41 2002 @@ -1,5 +1,5 @@ /* A simple program to test the communication between the matrox meteor - * driver and an user application in the continous sync capture mode. + * driver and a user application in the continous sync capture mode. * * First the driver clears the mask and decrements the counter like it * would in a normal application. Then it purpose does not handle these --- /usr/src/share/man/man0/title.urm Sat Jan 5 01:26:59 2002 +++ /usr/src/share/man/man0/title.urm Sat Jan 5 01:27:25 2002 @@ -1227,7 +1227,7 @@ In particular, for an overview see ``The \s-1UNIX\s+1 Time-Sharing System'' (PSD:1) by Ritchie and Thompson; for a tutorial see ``\s8\s-1UNIX\s+1\s10 for Beginners'' (USD:1) by Kernighan, -and for an guide to the new features of this latest version, see +and for a guide to the new features of this latest version, see ``Berkeley Software Architecture Manual (4.4 Edition)'' (PSD:5). .LP Within the area it surveys, this volume attempts to be timely, complete --- /usr/src/share/man/man4/man4.i386/wl.4 Sat Jan 5 01:06:23 2002 +++ /usr/src/share/man/man4/man4.i386/wl.4 Sat Jan 5 01:06:34 2002 @@ -49,7 +49,7 @@ .Pp The card has three fundamental hardware units, a so-called PSA or programmable storage area, a radio modem, -and a ethernet lan controller. The latter component is the +and an ethernet lan controller. The latter component is the ancient (and not very honorable) Intel 82586 ethernet chip. Fundamentally it appears to the operating system as an ethernet system, and speaks IEEE MAC addresses. The radio modem simply translates --- /usr/src/share/man/man4/keyboard.4 Sat Jan 5 01:10:31 2002 +++ /usr/src/share/man/man4/keyboard.4 Sat Jan 5 01:10:41 2002 @@ -117,7 +117,7 @@ .Pp The function keys can be programmed using the SETFKEY ioctl call. .Pp -This ioctl takes a argument of the type fkeyarg_t: +This ioctl takes an argument of the type fkeyarg_t: .Bd -literal -offset indent struct fkeyarg { u_short keynum; --- /usr/src/share/man/man9/kernacc.9 Sat Jan 5 00:55:49 2002 +++ /usr/src/share/man/man9/kernacc.9 Sat Jan 5 00:56:04 2002 @@ -74,7 +74,7 @@ .Fn useracc considers .Fa addr -to represent an user space address. +to represent a user space address. The process context to use for this operation is taken from the global variable .Va curproc . --- /usr/src/share/man/man9/inittodr.9 Sat Jan 5 01:11:14 2002 +++ /usr/src/share/man/man9/inittodr.9 Sat Jan 5 01:11:23 2002 @@ -69,7 +69,7 @@ .\" If the battery-backed clock appears invalid, and .\" .Fa base .\" appears non-sensical or was not provided (was given as zero), -.\" a arbitrary base (typically some time in the late 1970s) +.\" an arbitrary base (typically some time in the late 1970s) .\" will be used. .It If the battery-backed clock does not have a valid time, --- /usr/src/share/termcap/map3270 Sat Jan 5 01:30:10 2002 +++ /usr/src/share/termcap/map3270 Sat Jan 5 01:30:28 2002 @@ -925,7 +925,7 @@ # # MAP3270 for the IBM PC # Nearly identical to the MS-Kermit UCB 227.14 keyboard which in turn was -# an modest improvement of the BIJOU Yterm keyboard. +# a modest improvement of the BIJOU Yterm keyboard. # Includes underlying ADM3A keystrokes for full S/1 compatibiliy. # Adds some Ctrl-keypad keys to compensate for TN3270 ROMBIOS dependency # which prevents separate use of the keypad plus and minus keys, and adds --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="sys.patch" --- /usr/src/sys/cam/cam_queue.c Sat Jan 5 01:58:19 2002 +++ /usr/src/sys/cam/cam_queue.c Sat Jan 5 01:58:51 2002 @@ -187,7 +187,7 @@ /* * camq_change_priority: Given an array of cam_pinfo* elements with the * Heap(1, num_entries) property, an index such that 1 <= index <= num_elements, - * and an new priority for the element at index, change the priority of + * and a new priority for the element at index, change the priority of * element index and restore the Heap(0, num_elements) property. */ void --KsGdsel6WgEHnImy-- >Release-Note: >Audit-Trail: >Unformatted: --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message