View Issue Details

IDProjectCategoryView StatusLast Update
0000681tcshGeneralpublic2025-09-06 18:44
Reporterpolluks Assigned To 
PrioritylowSeveritytextReproducibilityN/A
Status newResolutionopen 
PlatformMacBookAir14,2OSmacOSOS Version15.5
Product Version6.24.16 
Summary0000681: Fixed minor typo
Descriptiondiff --git a/FAQ b/FAQ
index 93773c5..c19f4c1 100644
--- a/FAQ
+++ b/FAQ
@@ -154,7 +154,7 @@ FAQ
    without KLUDGELINEMODE, or you can compile a new telnet client (from
    the BSD net2 tape), or at least on the suns use: mode character.
 
- On AU/X, I made tcsh my startup shell, but the mac desktop is not starting up
+ On A/UX, I made tcsh my startup shell, but the mac desktop is not starting up
   (no X11 or Finder), and I only get console emulation.
 
    Add the pathname to tcsh in /etc/shells and everything should work
diff --git a/Fixes b/Fixes
index c230bd1..9f1d0ce 100644
--- a/Fixes
+++ b/Fixes
@@ -1759,7 +1759,7 @@ V6.02.00, 5/15/92
 38. signal masking for BSD machines was still wrong in tw.init.c
 37. Added $margin_bug, and now the editor outputs on the rightmost
     column by default. This should fix the xterm cut-n-paste problem.
-36. AU/X 2.0 and SGI compiles with POSIX as a default now.
+36. A/UX 2.0 and SGI compiles with POSIX as a default now.
 35. sysv_echo is gone too. Now we have a variable called echo_style
     which can be set to "none", "bsd", "sysv", "both" that defines
     the builtin echo_style. The default is "bsd" for systems with
diff --git a/Makefile.in b/Makefile.in
index 22cc765..f8fdd0f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -222,7 +222,7 @@ CFLAGS = @CFLAGS@
 #DFLAGS=-D_IBMESA
 # On aix2.2.1 we need more compiler space.
 #DFLAGS=-Nd4000 -Nn3000
-# AU/X 2.0 needs a flag for POSIX (read the config file)
+# A/UX 2.0 needs a flag for POSIX (read the config file)
 #DFLAGS=-Zp
 # Tektronix 4300 running UTek 4.0 (BSD 4.2) needs:
 #DFLAGS = -DUTek -DBSD
diff --git a/Makefile.std b/Makefile.std
index 0d2f1ac..476503b 100644
--- a/Makefile.std
+++ b/Makefile.std
@@ -120,7 +120,7 @@ CFLAGS=-O2 $(INCLUDES)
 #DFLAGS=-D_IBMESA
 # On aix2.2.1 we need more compiler space.
 #DFLAGS=-Nd4000 -Nn3000
-# AU/X 2.0 needs a flag for POSIX (read the config file)
+# A/UX 2.0 needs a flag for POSIX (read the config file)
 #DFLAGS=-Zp
 # Tektronix 4300 running UTek 4.0 (BSD 4.2) needs:
 #DFLAGS = -DUTek -DBSD
diff --git a/Makefile.vms b/Makefile.vms
index 61600e1..86dacbf 100644
--- a/Makefile.vms
+++ b/Makefile.vms
@@ -113,7 +113,7 @@ LFLAGS=$(INCLUDES)
 #DFLAGS=-D_IBMESA
 # On aix2.2.1 we need more compiler space.
 #DFLAGS=-Nd4000 -Nn3000
-# AU/X 2.0 needs a flag for POSIX (read the config file)
+# A/UX 2.0 needs a flag for POSIX (read the config file)
 #DFLAGS=-Zp
 # Tektronix 4300 running UTek 4.0 (BSD 4.2) needs:
 #DFLAGS = -DUTek -DBSD
diff --git a/host.defs b/host.defs
index e549f88..1b8b2f1 100644
--- a/host.defs
+++ b/host.defs
@@ -429,7 +429,7 @@ enddef :
 
 
 newdef : defined(OREO)
-comment : Macintosh running AU/X
+comment : Macintosh running A/UX
 vendor : : "apple"
 hosttype: : "mac2"
 ostype : : "aux"
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-09-06 18:44 polluks New Issue