TEMPLATE(3)



NAME

     template



     SYNOPSIS
          #include <stdio.h>

          int scanf(format  [ , pointer... ] )
          char *format;

          int fscanf(stream, format  [ , pointer... ] )
          FILE *stream;
          char *format;

          int sscanf(s, format  [ , pointer... ] )
          char *s, *format;



     DESCRIPTION

     This template is based on Sun's man pages, which, generally,
     seem  to  be superior to DEC's.  SGI's man pages are similar
     to Sun's.


     KEYWORDS



     RETURN VALUES



     EXAMPLES

     This section seems to be the one most lacking in the SDS man
     pages.  "An example is worth 349 words."



     SEE ALSO


     WARNINGS



     FILES



     BUGS



RESTRICTIONS

     Note that a restriction is not necessarily a  bug.   It  may
     simply  be  some  circumstances for which the program is not
     intended to work.


PLANNED IMPROVEMENTS

     Or, the feature is not yet implemented.


     REFERENCES

     Ossana, Joseph F., Nroff/Troff User's Manual,  Bell  Labora-
     tories,  Murray Hill, New Jersey, in ULTRIX-32 Supplementary
     Documents, Volume 1, General Users, pages 5-49 ff.


     VERSION

     1993-11-24  lyle bacon Created for SOI V.0.7.
     1994-02-08          SOI Version 0.8
     1994-02-15          Added   RESTRICTIONS    &    IMPROVEMENT
     sections..#$Id:  template.3,v 1.1 1994/02/17 00:13:24 CM Exp
     $