[BACK]Return to intro.7 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / man / man7

Annotation of src/share/man/man7/intro.7, Revision 1.20

1.20    ! jruoho      1: .\"    $NetBSD: intro.7,v 1.19 2011/03/18 15:21:57 jruoho Exp $
1.3       jtc         2: .\"
                      3: .\" Copyright (c) 1983, 1990, 1993
                      4: .\"    The Regents of the University of California.  All rights reserved.
1.1       cgd         5: .\"
                      6: .\" Redistribution and use in source and binary forms, with or without
                      7: .\" modification, are permitted provided that the following conditions
                      8: .\" are met:
                      9: .\" 1. Redistributions of source code must retain the above copyright
                     10: .\"    notice, this list of conditions and the following disclaimer.
                     11: .\" 2. Redistributions in binary form must reproduce the above copyright
                     12: .\"    notice, this list of conditions and the following disclaimer in the
                     13: .\"    documentation and/or other materials provided with the distribution.
1.11      agc        14: .\" 3. Neither the name of the University nor the names of its contributors
1.1       cgd        15: .\"    may be used to endorse or promote products derived from this software
                     16: .\"    without specific prior written permission.
                     17: .\"
                     18: .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     19: .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     20: .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     21: .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     22: .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     23: .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     24: .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     25: .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     26: .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     27: .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     28: .\" SUCH DAMAGE.
                     29: .\"
1.3       jtc        30: .\"     @(#)intro.7    8.1 (Berkeley) 6/5/93
1.1       cgd        31: .\"
1.19      jruoho     32: .Dd March 18, 2011
1.1       cgd        33: .Dt INTRO 7
1.7       garbled    34: .Os
1.1       cgd        35: .Sh NAME
                     36: .Nm intro
                     37: .Nd miscellaneous information pages
                     38: .Sh DESCRIPTION
1.16      jruoho     39: This section contains miscellaneous documentation, including:
                     40: .Bl -tag -width "mdoc.samples(7)" -offset indent
                     41: .It Xr ascii 7
                     42: map of
                     43: .Tn ASCII
                     44: character set
1.17      jruoho     45: .It Xr c 7
                     46: the C programming language
1.16      jruoho     47: .It Xr environ 7
1.6       mrg        48: user environment
1.17      jruoho     49: .It Xr glob 7
                     50: shell-style pattern matching
1.9       jhawk      51: .\" .It Sy eqnchar
                     52: .\" special character definitions for eqn
1.16      jruoho     53: .It Xr hier 7
                     54: file system hierarchy in
                     55: .Nx
                     56: .It Xr hostname 7
1.10      kim        57: host name resolution description
1.16      jruoho     58: .It Xr mailaddr 7
1.6       mrg        59: mail addressing description
1.9       jhawk      60: .\" .It Sy man
                     61: .\" macros to typeset manual pages
1.16      jruoho     62: .It Xr mdoc 7
1.9       jhawk      63: macros for typesetting
                     64: .Nm \-mdoc
                     65: style manual pages
1.16      jruoho     66: .It Xr mdoc.samples 7
1.9       jhawk      67: tutorial for writing BSD manuals with
                     68: .Nm \-mdoc
                     69: .\" .It Sy \&me
                     70: .\" macros for formatting papers
                     71: .\" .It Sy \&ms
                     72: .\" macros for formatting manuscripts
1.18      jruoho     73: .It Xr module 7
                     74: kernel modules
1.16      jruoho     75: .It Xr nls 7
                     76: overview of national language support
                     77: .It Xr operator 7
1.9       jhawk      78: C operator precedence and order of evaluation
1.17      jruoho     79: .It Xr orders 7
                     80: orders of magnitude
1.16      jruoho     81: .It Xr pkgsrc 7
                     82: the
                     83: .Nx
                     84: packages collection
                     85: .It Xr release 7
1.15      wiz        86: layout of
                     87: .Nx
                     88: releases and snapshots
1.16      jruoho     89: .It Xr script 7
1.14      perry      90: how interpreter scripts are executed
1.19      jruoho     91: .It Xr security 7
                     92: security features available in
                     93: .Nx
1.16      jruoho     94: .It Xr setuid 7
                     95: checklist for security and setuid programs
                     96: .It Xr signal 7
1.9       jhawk      97: available signals under
                     98: .Nx
1.16      jruoho     99: .It Xr sticky 7
1.12      christos  100: sticky bit
1.13      wiz       101: .Pq Dv S_ISVTX
1.12      christos  102: handling
1.16      jruoho    103: .It Xr symlink 7
1.9       jhawk     104: symbolic link handling
1.16      jruoho    105: .It Xr sysctl 7
                    106: system information variables in
                    107: .Nx
1.20    ! jruoho    108: .It Xr tests 7
        !           109: .Nx
        !           110: test suite
1.9       jhawk     111: .\" .It Sy term
                    112: .\" conventional names for terminals
1.6       mrg       113: .El
1.1       cgd       114: .Sh HISTORY
1.16      jruoho    115: The
                    116: .Xr intro 7
                    117: manual page appeared in
1.4       perry     118: .Bx 4.2 .

CVSweb <webmaster@jp.NetBSD.org>