diff options
author | wosch <wosch@FreeBSD.org> | 1997-09-13 16:01:53 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-09-13 16:01:53 +0000 |
commit | fde8a8ec465bddd8378394c44e3b889d741f5009 (patch) | |
tree | 382222393dc3b517a7ea596de312f08138ca1378 /contrib | |
parent | bc0f53c63a331df3494eb952e2221c8b023f1fd6 (diff) | |
download | FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.zip FreeBSD-src-fde8a8ec465bddd8378394c44e3b889d741f5009.tar.gz |
spelling corrections.
PR: docs/4450
Submitted by: josh@quick.net
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/gcc/gcc.1 | 6 | ||||
-rw-r--r-- | contrib/nvi/docs/USD.doc/vi.man/vi.1 | 2 | ||||
-rw-r--r-- | contrib/top/top.X | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/contrib/gcc/gcc.1 b/contrib/gcc/gcc.1 index 79f48ba..b693fbb 100644 --- a/contrib/gcc/gcc.1 +++ b/contrib/gcc/gcc.1 @@ -2925,17 +2925,17 @@ exist in SPARClite but not in SPARC v7. .B \-mcypress .TP .B \-msupersparc -These two options select the processor for which the code is optimised. +These two options select the processor for which the code is optimized. .Sp With .B \-mcypress -(the default), the compiler optimises code for the Cypress CY7C602 chip, as +(the default), the compiler optimizes code for the Cypress CY7C602 chip, as used in the SparcStation/SparcServer 3xx series. This is also appropriate for the older SparcStation 1, 2, IPX etc. .Sp With .B \-msupersparc -the compiler optimises code for the SuperSparc cpu, as used in the SparcStation +the compiler optimizes code for the SuperSparc cpu, as used in the SparcStation 10, 1000 and 2000 series. This flag also enables use of the full SPARC v8 instruction set. .PP diff --git a/contrib/nvi/docs/USD.doc/vi.man/vi.1 b/contrib/nvi/docs/USD.doc/vi.man/vi.1 index 2275b94..fd1a192 100644 --- a/contrib/nvi/docs/USD.doc/vi.man/vi.1 +++ b/contrib/nvi/docs/USD.doc/vi.man/vi.1 @@ -946,7 +946,7 @@ Grow or shrink the current screen. Rewind the argument list. .TP .B "rta[g][!] tagstring" -Edit the file refering the specified tag. (Only in gtagsmode) +Edit the file referring the specified tag. (Only in gtagsmode) .TP .B "se[t] [option[=[value]] ...] [nooption ...] [option? ...] [all]" Display or set editor options. diff --git a/contrib/top/top.X b/contrib/top/top.X index 64a2753..1a8bf0b 100644 --- a/contrib/top/top.X +++ b/contrib/top/top.X @@ -250,7 +250,7 @@ the number of processes in each state (sleeping, running, starting, zombies, and stopped), and a percentage of time spent in each of the processor states (user, nice, system, and idle). -It also includes information about physial and virtual memory allocation. +It also includes information about physical and virtual memory allocation. .PP The remainder of the screen displays information about individual processes. This display is similar in spirit to |