update from jerry
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 6 Sep 1985 06:29:37 +0000 (22:29 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 6 Sep 1985 06:29:37 +0000 (22:29 -0800)
SCCS-vsn: usr.bin/f77/f77.vax/f77.1 6.3
SCCS-vsn: share/man/man3f/bit.3 6.3

usr/src/share/man/man3f/bit.3
usr/src/usr.bin/f77/f77.vax/f77.1

index 17876ff..88147f9 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)bit.3       6.2 (Berkeley) %G%
+.\"    @(#)bit.3       6.3 (Berkeley) %G%
 .\"
 .TH BIT 3F ""
 .UC 5
 .\"
 .TH BIT 3F ""
 .UC 5
@@ -23,7 +23,6 @@ bit \- and, or, xor, not, rshift, lshift bitwise functions
 .SH DESCRIPTION
 These bitwise functions are built into the compiler and return
 the data type of their argument(s).
 .SH DESCRIPTION
 These bitwise functions are built into the compiler and return
 the data type of their argument(s).
-It is recommended that their arguments be
 Their arguments must be
 .B integer
 or
 Their arguments must be
 .B integer
 or
index e821790..6796b5b 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)f77.1       6.2 (Berkeley) %G%
+.\"    @(#)f77.1       6.3 (Berkeley) %G%
 .\"
 .TH F77 1 ""
 .UC 4
 .\"
 .TH F77 1 ""
 .UC 4
@@ -133,6 +133,12 @@ it with the Ratfor or EFL preprocessor.
 Compile DO loops that are performed at least once if reached.
 (Fortran 77 DO loops are not performed at all if the upper limit is smaller than the lower limit.)
 .TP
 Compile DO loops that are performed at least once if reached.
 (Fortran 77 DO loops are not performed at all if the upper limit is smaller than the lower limit.)
 .TP
+.BR \-r8
+Treat all floating point variables,
+constants, functions and intrinsics
+as double precision and all complex
+quantities as double complex.
+.TP
 .BR \-u
 Make the default type of a variable `undefined' rather than using the default Fortran rules.
 .TP
 .BR \-u
 Make the default type of a variable `undefined' rather than using the default Fortran rules.
 .TP
@@ -208,7 +214,9 @@ flag was specified during loading.
 If the environment variable
 .I f77_dump_flag
 is set to a value beginning with
 If the environment variable
 .I f77_dump_flag
 is set to a value beginning with
-.BR y or n ,
+.B y
+or
+.BR n ,
 dumps for abnormal terminations are respectively forced or
 suppressed.
 .SH FILES
 dumps for abnormal terminations are respectively forced or
 suppressed.
 .SH FILES