]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
docs: remove trailing dots for 2 Fortran fns
authorMartin Liska <mliska@suse.cz>
Thu, 21 Jul 2022 14:11:23 +0000 (16:11 +0200)
committerMartin Liska <mliska@suse.cz>
Thu, 21 Jul 2022 14:11:23 +0000 (16:11 +0200)
gcc/fortran/ChangeLog:

* intrinsic.texi: Remove trailing dots for 2 Fortran fns.

gcc/fortran/intrinsic.texi

index e3cd82799600f3beb6fabaad19a78bfb56aac8df..55f53fc113708f948429ceced001ef09f2937656 100644 (file)
@@ -316,7 +316,7 @@ Some basic guidelines for editing this document:
 * @code{TRANSFER}:      TRANSFER,  Transfer bit patterns
 * @code{TRANSPOSE}:     TRANSPOSE, Transpose an array of rank two
 * @code{TRIM}:          TRIM,      Remove trailing blank characters of a string
-* @code{TTYNAM}:        TTYNAM,    Get the name of a terminal device.
+* @code{TTYNAM}:        TTYNAM,    Get the name of a terminal device
 * @code{UBOUND}:        UBOUND,    Upper dimension bounds of an array
 * @code{UCOBOUND}:      UCOBOUND,  Upper codimension bounds of an array
 * @code{UMASK}:         UMASK,     Set the file creation mask
@@ -8750,7 +8750,7 @@ END PROGRAM
 
 
 @node ISATTY
-@section @code{ISATTY} --- Whether a unit is a terminal device.
+@section @code{ISATTY} --- Whether a unit is a terminal device
 @fnindex ISATTY
 @cindex system, terminal
 
@@ -14613,7 +14613,7 @@ END PROGRAM
 
 
 @node TTYNAM
-@section @code{TTYNAM} --- Get the name of a terminal device.
+@section @code{TTYNAM} --- Get the name of a terminal device
 @fnindex TTYNAM
 @cindex system, terminal