FreeBSD Bugzilla – Attachment 18746 Details for
Bug 33559
Some patches for typos...
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 3.73 KB, created by
marcolz
on 2002-01-05 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
marcolz
Created:
2002-01-05 01:40:01 UTC
Size:
3.73 KB
patch
obsolete
>--- /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) &&
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 33559
: 18746 |
18747
|
18748