summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-01-05 20:10:48 +0000
committerRichard M. Stallman <rms@gnu.org>1993-01-05 20:10:48 +0000
commitf7aa45832e9250f467ec23b224b4a9aa380b80ab (patch)
treea2e8f56e41e86ffc8dae0d0eb9e8c4506be9755d /manual/filesys.texi
parent58ff24641438228dea87fe87b9305d2ab32751a5 (diff)
Remove invalid @group.
Diffstat (limited to 'manual/filesys.texi')
-rw-r--r--manual/filesys.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/filesys.texi b/manual/filesys.texi
index 19a3316359..f2d35bdbd2 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -536,7 +536,7 @@ readlink_malloc (char *filename)
@}
@end example
-@group
+@c @group Invalid outside example.
A value of @code{-1} is returned in case of error. In addition to the
usual file name syntax errors (@pxref{File Name Errors}), the following
@code{errno} error conditions are defined for this function:
@@ -548,7 +548,7 @@ The named file is not a symbolic link.
@item EIO
A hardware error occurred while reading or writing data on the disk.
@end table
-@end group
+@c @end group
@end deftypefun
@node Deleting Files