page breaks for the 4.4BSD manuals
authorAnne Hughes <ah@ucbvax.Berkeley.EDU>
Thu, 2 Jun 1994 09:31:06 +0000 (01:31 -0800)
committerAnne Hughes <ah@ucbvax.Berkeley.EDU>
Thu, 2 Jun 1994 09:31:06 +0000 (01:31 -0800)
SCCS-vsn: usr.bin/f77/PSD.doc/f77/f77.ms 8.3
SCCS-vsn: usr.bin/f77/PSD.doc/f77io/f77IO.ms 8.3
SCCS-vsn: old/adb/PSD.doc/adb.ms 8.2

usr/src/old/adb/PSD.doc/adb.ms
usr/src/usr.bin/f77/PSD.doc/f77/f77.ms
usr/src/usr.bin/f77/PSD.doc/f77io/f77IO.ms

index 5e0b79a..a79ac45 100644 (file)
@@ -1,6 +1,6 @@
 .\" %sccs.include.proprietary.roff%
 .\"
 .\" %sccs.include.proprietary.roff%
 .\"
-.\"    @(#)adb.ms      8.1 (Berkeley) %G%
+.\"    @(#)adb.ms      8.2 (Berkeley) %G%
 .\"
 .EH 'PSD:11-%''A Tutorial Introduction to ADB'
 .OH 'A Tutorial Introduction to ADB''PSD:11-%'
 .\"
 .EH 'PSD:11-%''A Tutorial Introduction to ADB'
 .OH 'A Tutorial Introduction to ADB''PSD:11-%'
@@ -115,6 +115,7 @@ the
 request examines the 
 .ul
 corefile.
 request examines the 
 .ul
 corefile.
+.ne 1i
 The general form of these requests is:
 .P1
        address ? format
 The general form of these requests is:
 .P1
        address ? format
@@ -197,6 +198,7 @@ which sets `dot' to \fIaddress\fP
 and executes the command
 \fIcount\fR times.
 .PP
 and executes the command
 \fIcount\fR times.
 .PP
+.ne 1i
 The following table illustrates some general ADB command meanings:
 .P1
        Command Meaning
 The following table illustrates some general ADB command meanings:
 .P1
        Command Meaning
@@ -312,6 +314,7 @@ In our example, it is useful to see the
 contents of the string pointed to by
 .ul
 charp.
 contents of the string pointed to by
 .ul
 charp.
+.ne 1i
 This is done by:
 .P1
        *charp/s
 This is done by:
 .P1
        *charp/s
@@ -1079,6 +1082,7 @@ sets the maximum offset for symbol matches to zero thus
 suppressing the printing of symbolic labels in favor
 of octal values.
 Note that this is only done for the printing of the data segment.
 suppressing the printing of symbolic labels in favor
 of octal values.
 Note that this is only done for the printing of the data segment.
+.ne 1i
 The request:
 .P1
        <b,\-1/8ona
 The request:
 .P1
        <b,\-1/8ona
@@ -1165,6 +1169,7 @@ This is often used in conjunction with the
 locate,
 \fBl\fP or \fBL\fP
 request.
 locate,
 \fBl\fP or \fBL\fP
 request.
+.ne 1i
 In general, the request syntax for \fBl\fP and \fBw\fP are similar as follows:
 .P1
        ?l value
 In general, the request syntax for \fBl\fP and \fBw\fP are similar as follows:
 .P1
        ?l value
index b3ca138..43bc671 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
-.\"    @(#)f77.ms      8.2 (Berkeley) %G%
+.\"    @(#)f77.ms      8.3 (Berkeley) %G%
 .\"
 .rm CM
 .hw name-list
 .\"
 .rm CM
 .hw name-list
@@ -199,6 +199,7 @@ make the default integer constants and variables short
 (see section 2.14).
 (\fB\(mii4\fR is the standard value of this option).  
 All logical quantities will be short.
 (see section 2.14).
 (\fB\(mii4\fR is the standard value of this option).  
 All logical quantities will be short.
+.ne 1i
 .XX \(mi\f3m\f1
 Apply the M4 macro preprocessor
 to each \s-1EFL\s0 or Ratfor source file
 .XX \(mi\f3m\f1
 Apply the M4 macro preprocessor
 to each \s-1EFL\s0 or Ratfor source file
@@ -501,6 +502,7 @@ by a binary constant, denoted by a letter followed by a quoted string.
 If the letter is \fBb\fR, the string is binary, and only zeroes and ones are permitted.
 If the letter is \fBo\fR, the string is octal, with digits \fB0\(mi7\fR.
 If the letter is \fBz\fR or \fBx\fR, the string is hexadecimal, with digits \fB0\(mi9\fR, \fBa\(mif\fR.
 If the letter is \fBb\fR, the string is binary, and only zeroes and ones are permitted.
 If the letter is \fBo\fR, the string is octal, with digits \fB0\(mi7\fR.
 If the letter is \fBz\fR or \fBx\fR, the string is hexadecimal, with digits \fB0\(mi9\fR, \fBa\(mif\fR.
+.ne 1i
 Thus, the statements
 .DS
 integer a(3)
 Thus, the statements
 .DS
 integer a(3)
@@ -580,6 +582,7 @@ Standard when it seems worthwhile.
 When doing a formatted read of non-character variables,
 commas may be used as value separators in the input record,
 overriding the field lengths given in the format statement.
 When doing a formatted read of non-character variables,
 commas may be used as value separators in the input record,
 overriding the field lengths given in the format statement.
+.ne 1i
 Thus,
 the format
 .DS
 Thus,
 the format
 .DS
@@ -681,6 +684,7 @@ A value assignment in the data record must be one of three forms.
 The simplest is a variable name followed by an equal sign
 followed by a data value which is assigned to that variable,
 e.g. ``key=5''.
 The simplest is a variable name followed by an equal sign
 followed by a data value which is assigned to that variable,
 e.g. ``key=5''.
+.ne 1i
 The second form consists of an array name followed by ``=''
 followed by one or more values to be assigned to the array,
 e.g.:
 The second form consists of an array name followed by ``=''
 followed by one or more values to be assigned to the array,
 e.g.:
@@ -1491,6 +1495,7 @@ The result of a concatenation
 is the string containing the characters
 of the left operand followed by the characters of
 the right operand.
 is the string containing the characters
 of the left operand followed by the characters of
 the right operand.
+.ne 1i
 The character expressions
 .DS
  \(fmab\(fm // \(fmcd\(fm
 The character expressions
 .DS
  \(fmab\(fm // \(fmcd\(fm
@@ -1573,6 +1578,7 @@ $c v +- c'$
 rules have been removed.
 .B do
 loop bounds may be general integer, real, or double precision expressions.
 rules have been removed.
 .B do
 loop bounds may be general integer, real, or double precision expressions.
+.ne 1i
 Computed
 .B goto
 expressions and \s-1I/O\s0 unit numbers may be general integer expressions.
 Computed
 .B goto
 expressions and \s-1I/O\s0 unit numbers may be general integer expressions.
index 379cbe1..bbff74b 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
 .\"
 .\" %sccs.include.proprietary.man%
 .\"
-.\"    @(#)f77IO.ms    8.2 (Berkeley) %G%
+.\"    @(#)f77IO.ms    8.3 (Berkeley) %G%
 .\"
 .EH 'PSD:9-%''Introduction to the f77 I/O Library'
 .OH 'Introduction to the f77 I/O Library''PSD:9-%'
 .\"
 .EH 'PSD:9-%''Introduction to the f77 I/O Library'
 .OH 'Introduction to the f77 I/O Library''PSD:9-%'
@@ -398,6 +398,7 @@ Likewise, nondestructive tabbing in either direction is possible
 only on a unit that can seek. Otherwise tabbing right or spacing with
 .B X
 will write blanks on the output.
 only on a unit that can seek. Otherwise tabbing right or spacing with
 .B X
 will write blanks on the output.
+.sp
 .Nh 2 "List directed output"
 In formatting list directed output, the I/O system tries to prevent
 output lines longer than 80 characters.
 .Nh 2 "List directed output"
 In formatting list directed output, the I/O system tries to prevent
 output lines longer than 80 characters.
@@ -523,6 +524,7 @@ computations because
 uses signed arithmetic and such values appear to the arithmetic unit
 as negative numbers.
 .FE
 uses signed arithmetic and such values appear to the arithmetic unit
 as negative numbers.
 .FE
+.ne 1i
 Radix and ``unsigned'' specifiers could be used to format
 a hexadecimal dump, as follows:
 
 Radix and ``unsigned'' specifiers could be used to format
 a hexadecimal dump, as follows: