Annotation of researchv10dc/dist/man/v4/manx/toc, revision 1.1

1.1     ! root        1: .bp
        !             2: .tr |
        !             3: .bl 1
        !             4: .nf
        !             5: .ta 30
        !             6: .tc .
        !             7: .ce
        !             8: TABLE OF CONTENTS
        !             9: 
        !            10: I.  COMMANDS
        !            11: 
        !            12: .xx
        !            13: :       place label
        !            14: ar      archive (combine) files
        !            15: as      assembler
        !            16: bas     BASIC dialect
        !            17: cat     concatenate (or print) files
        !            18: cc      compile C program
        !            19: cdb     C debugger
        !            20: chdir   change working directory
        !            21: chmod   change access mode of files
        !            22: chown   change owner of files
        !            23: cmp     compare file contents
        !            24: cp      copy file
        !            25: cref    cross reference table
        !            26: crypt   encrypt, decrypt a file
        !            27: date    get date and time of day
        !            28: db      symbolic debugger
        !            29: dc      desk calculator
        !            30: df      find free disk space
        !            31: dsw     delete files interactively
        !            32: du      find disk usage
        !            33: echo    print command arguments
        !            34: ed      text editor
        !            35: exit    end command sequence
        !            36: factor          factor a number
        !            37: fc      compile Fortran program
        !            38: fed     form letter editor
        !            39: form    generate form letter
        !            40: forml   generate form letters
        !            41: goto    command transfer
        !            42: hyphen          find hyphenated words
        !            43: if      conditional command
        !            44: ld      link editor (loader)
        !            45: ln      link to file
        !            46: login   log on to system
        !            47: ls      list contents of directory
        !            48: m6      macroprocessor
        !            49: mail    send mail to another user
        !            50: man     run off manual section
        !            51: mesg    permit or deny messages
        !            52: mkdir   create directory
        !            53: mt      save, restore files on magtape
        !            54: mv      move or rename file
        !            55: nm      print namelist
        !            56: nroff   format text for printing
        !            57: od      octal dump of file
        !            58: opr     print file off-line
        !            59: ov      page overlay file print
        !            60: passwd          set login password
        !            61: pr      print file with headings
        !            62: proof   compare text files
        !            63: reloc   relocate object files
        !            64: rew     rewind DECtape
        !            65: rm      remove (delete) file
        !            66: rmdir   remove (delete) directory
        !            67: roff    format text for printing
        !            68: sh      command interpreter
        !            69: size    get executable program size
        !            70: sno     compile Snobol program
        !            71: sort    sort ASCII file
        !            72: speak   send words to voice synthesizer
        !            73: split   break a file into pieces
        !            74: stat    get file status
        !            75: strip   remove symbols, relocation bits
        !            76: stty    set typewriter modes
        !            77: sum     sum file
        !            78: tap     save, restore files on DECtape
        !            79: time    get time information
        !            80: tmg     compile tmgl program
        !            81: tss     communicate with MH-TSS (GCOS)
        !            82: tty     find name of terminal
        !            83: type    print file page-by-page
        !            84: typo    find typographic errors
        !            85: un      find undefined symbols
        !            86: uniq    find duplicate lines in a file
        !            87: vs      generate voice synthesizer phonemes
        !            88: wc      get (English) word count
        !            89: who     who is on the system
        !            90: write   write to another user
        !            91: 
        !            92: 
        !            93: II.  SYSTEM CALLS
        !            94: 
        !            95: .xx
        !            96: boot    reboot the system
        !            97: break   set program break
        !            98: cemt    catch EMT traps
        !            99: chdir   change working directory
        !           100: chmod   change mode of file
        !           101: chown   change owner of file
        !           102: close   close open file
        !           103: creat   create file
        !           104: csw     read the console switches
        !           105: dup     duplicate an open file
        !           106: exec    execute program file
        !           107: exit    terminate execution
        !           108: fork    create new process
        !           109: fpe     catch floating exception errors
        !           110: fstat   status of open file
        !           111: getuid          get user ID
        !           112: gtty    get typewriter mode
        !           113: ilgins          catch illegal instruction trap
        !           114: intr    catch or inhibit interrupts
        !           115: kill    destroy process
        !           116: link    link to file
        !           117: makdir          create directory
        !           118: mdate   set date modified of file
        !           119: mount   mount file system
        !           120: nice    set low-priority status
        !           121: open    open file
        !           122: pipe    open inter process channel
        !           123: quit    inhibit quits
        !           124: read    read file
        !           125: rele    release processor
        !           126: seek    move read or write pointer
        !           127: setuid          set user ID
        !           128: sleep   delay execution
        !           129: stat    get file status
        !           130: stime   set system time
        !           131: stty    set mode of typewriter
        !           132: sync    assure synchronization
        !           133: time    get time of year
        !           134: times   get execution times
        !           135: umount          dismount file system
        !           136: unlink          remove (delete) file
        !           137: wait    wait for process
        !           138: write   write file
        !           139: 
        !           140: 
        !           141: III.  SUBROUTINES
        !           142: 
        !           143: .xx
        !           144: atan    arctangent
        !           145: atof    convert ASCII to floating
        !           146: atoi    convert ASCII to integer
        !           147: compar          string compare for sort
        !           148: crypt   encrypt according to a keyword
        !           149: ctime   convert time to ASCII
        !           150: ddsput          display character on Picturephone
        !           151: ecvt    edited output conversion
        !           152: exp     exponential function
        !           153: ftoa    convert floating to ASCII
        !           154: ftoo    convert floating to octal
        !           155: gerts   communicate with GCOS
        !           156: getc    get character
        !           157: hypot   compute hypotenuse
        !           158: itoa    convert integer to ASCII
        !           159: log     logarithm base e
        !           160: mesg    print string on typewriter
        !           161: nlist   read name list
        !           162: pow     take powers of numbers
        !           163: ptime   print time
        !           164: putc    write character or word
        !           165: qsort   quicker sort
        !           166: rand    pseudo random number generator
        !           167: salloc          storage allocator
        !           168: sin     sine, cosine
        !           169: sqrt    square root
        !           170: switch          transfer depending on value
        !           171: ttyn    find teletype name
        !           172: 
        !           173: 
        !           174: IV.  SPECIAL FILES
        !           175: 
        !           176: .xx
        !           177: dc      remote typewriter
        !           178: dn      801 ACU
        !           179: dp      201 Dataphone
        !           180: kl      console typewriter
        !           181: mem     core memory
        !           182: pc      punched paper tape
        !           183: rf      RF disk
        !           184: rk      RK disk
        !           185: tc      DECtape
        !           186: tm      9-track magtape
        !           187: vt      storage-tube display
        !           188: 
        !           189: 
        !           190: V.  FILE FORMATS
        !           191: 
        !           192: .xx
        !           193: a.out   assembler and loader output
        !           194: archive         archive file
        !           195: core    core image file
        !           196: directory       directory format
        !           197: file system     file system format
        !           198: passwd          password file
        !           199: tap     DECtape and magtape format
        !           200: utmp    logged-in user information
        !           201: wtmp    accounting files
        !           202: 
        !           203: 
        !           204: VI.  USER MAINTAINED PROGRAMS
        !           205: 
        !           206: .xx
        !           207: bc      compile B program
        !           208: bj      blackjack
        !           209: ptx     permuted index
        !           210: yacc    yet another compiler-compiler
        !           211: 
        !           212: 
        !           213: VII.  MISCELLANEOUS
        !           214: 
        !           215: .xx
        !           216: ascii   map of ASCII
        !           217: dpd     spawn dataphone daemon
        !           218: getty   adapt to typewriter
        !           219: glob    argument expander
        !           220: greek   extended TTY 37 typebox map
        !           221: init    initializer process
        !           222: msh     mini Shell
        !           223: tabs    set tab stops on typewriter
        !           224: vsp     voice synthesizer phonemes
        !           225: 
        !           226: 
        !           227: VIII. SYSTEM MAINTAINANCE
        !           228: 
        !           229: .xx
        !           230: 20boot          reboot 11/20 system
        !           231: acct    get connect-time accounting
        !           232: bproc   boot procedure
        !           233: check   check consistency of file system
        !           234: chk     check all file systems
        !           235: clri    clear file's i-node
        !           236: dcheck          verify directory hierarchy
        !           237: dli     load DEC binary paper tapes
        !           238: istat   file status by i-number
        !           239: kill    terminate a process
        !           240: mount   mount removable file system
        !           241: ps      get process status
        !           242: salv    repair damaged file system
        !           243: su      become super-user
        !           244: swtmp   truncate accounting files
        !           245: tm      get system time information
        !           246: umount          dismount removable file system
        !           247: .xx
        !           248: .bp
        !           249: .bl 1
        !           250: .ce
        !           251: INDEX
        !           252: 
        !           253: 
        !           254: .nf
        !           255: .tc
        !           256: .ta 9 17 25 33 41 49 57
        !           257: .nx index

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.