]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/scr_dump.5
ncurses 6.4 - patch 20231125
[ncurses.git] / man / scr_dump.5
index 7bc736dda2e3e8a7d8a1720abbd1ed24f948192a..5d4981807fa2f6854249ed1dbbf9cf3ee88d3491 100644 (file)
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: scr_dump.5,v 1.37 2023/10/07 21:19:07 tom Exp $
-.TH scr_dump 5 2023-10-07 "ncurses 6.4" "File formats"
+.\" $Id: scr_dump.5,v 1.39 2023/11/25 14:21:48 tom Exp $
+.TH scr_dump 5 2023-11-25 "ncurses 6.4" "File formats"
 .ie \n(.g \{\
 .ds `` \(lq
 .ds '' \(rq
@@ -160,7 +160,7 @@ The document explained the term \*(``enhanced\*('' as follows:
 Shading is used to identify \fIX/Open Enhanced Curses\fP material,
 relating to interfaces included to provide enhanced capabilities
 for applications originally written to be compiled on systems
-based on the UNIX operating system.
+based on the Unix operating system.
 Therefore, the features described may not be present on systems
 that conform to \fBXPG4 or to earlier XPG releases\fP.
 The relevant reference pages may provide additional
@@ -191,7 +191,7 @@ The Solaris curses source has these definitions:
 That is, the feature was likely introduced in SVr2 (1984),
 and improved in SVr3 (1987).
 The Solaris curses source has no magic number for SVr4 (1989).
-Other operating systems (AIX and HPUX) use a magic number which would
+Other operating systems (AIX and HP-UX) use a magic number which would
 correspond to this definition:
 .PP
 .RS 4
@@ -224,7 +224,7 @@ produced dumps of different size
 .bP
 AIX (51817 bytes)
 .bP
-HPUX (90093 bytes)
+HP-UX (90093 bytes)
 .bP
 Solaris 10 (13273 bytes)
 .bP
@@ -279,7 +279,7 @@ followed by a binary dump of the \fBWINDOW\fP,
 some data for wide-characters referenced by the \fBWINDOW\fP structure, and
 .bP
 finally, lines as done by other implementations.
-.SH EXAMPLE
+.SH EXAMPLES
 Given a simple program which writes text to the screen
 (and for the sake of example, limiting the screen-size to 10x20):
 .PP