summaryrefslogtreecommitdiff
path: root/manual/filesys.texi
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1992-05-22 07:43:03 +0000
committerRoland McGrath <roland@gnu.org>1992-05-22 07:43:03 +0000
commit3edf48f2f611f2687dcb5f8eacd0a1dbbcaed91e (patch)
tree060d5dbbdaf930b1d5b9fec3cae0068089c8b0f4 /manual/filesys.texi
parent5ea63db50f87c57cd9774d212a6dee317ab4569b (diff)
Changed many summary cookies that said GNU to properly say BSD.
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 fdb1553a0f..70921a5875 100644
--- a/manual/filesys.texi
+++ b/manual/filesys.texi
@@ -325,7 +325,7 @@ added or removed since you last called @code{opendir} or
@end deftypefun
@comment dirent.h
-@comment BSD, GNU
+@comment BSD
@deftypefun off_t telldir (DIR *@var{dirstream})
The @code{telldir} function returns the file position of the directory
stream @var{dirstream}. You can use this value with @code{seekdir} to
@@ -333,7 +333,7 @@ restore the directory stream to that position.
@end deftypefun
@comment dirent.h
-@comment BSD, GNU
+@comment BSD
@deftypefun void seekdir (DIR *@var{dirstream}, off_t @var{pos})
The @code{seekdir} function sets the file position of the directory
stream @var{dirstream} to @var{pos}. The value @var{pos} must be the