summaryrefslogtreecommitdiff
path: root/static/unix-v10/man3/setfil.3
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man3/setfil.3
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man3/setfil.3')
-rw-r--r--static/unix-v10/man3/setfil.334
1 files changed, 34 insertions, 0 deletions
diff --git a/static/unix-v10/man3/setfil.3 b/static/unix-v10/man3/setfil.3
new file mode 100644
index 00000000..3bcbea96
--- /dev/null
+++ b/static/unix-v10/man3/setfil.3
@@ -0,0 +1,34 @@
+.th SETFIL III 10/29/73
+.sh NAME
+setfil \*- specify Fortran file name
+.sh SYNOPSIS
+.ft B
+call setfil ( \fRunit\fB, \fRhollerith-string\fB )
+.ft R
+.sh DESCRIPTION
+.it Setfil
+provides a primitive way to associate
+an integer I/O
+.it unit
+number with a file named by the
+.it hollerith-string.
+The end of the file name is indicated by a blank.
+Subsequent I/O on this unit number will refer to
+file whose name is specified by
+the string.
+.s3
+.it Setfil
+should be called only before any I/O has been done on the
+.it unit,
+or just after doing a
+.bd rewind
+or
+.bd endfile.
+It is ineffective for unit numbers 5 and 6.
+.sh "SEE ALSO"
+fc (I)
+.sh BUGS
+There is still no way to receive a file name
+or other argument from the command line.
+Also, the exclusion of units 5 and 6 is
+unwarranted.