*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->OpenBSD man pages              
Title
Content
Arch
Section
 
 ascii(7) -- octal, hexadecimal and decimal ASCII character sets
    The octal set: 000 nul 001 soh 002 stx 003 etx 004 eot 005 enq 006 ack 007 bel 010 bs 011 ht 012 nl 013 vt 014 np 015 cr 016 so 017 si 020 dle 021 dc1 022 dc2 023 dc3 024 dc4 025 nak 026 syn 027 etb 0...
 des_modes(7) -- the variants of DES and other crypto algorithms of OpenSSL
    Several crypto algorithms for OpenSSL can be used in a number of modes. Those are used for using block ciphers in a way similar to stream ciphers, among other things.
 environ(7) -- user environment
    An array of strings called the ``environment'' is made available by execve(2) when a process begins. By convention these strings have the form name=value. The following variables are recognized by v...
 groff_char(7) -- groff character names
    This manual page lists the standard groff input characters. Only the characters that are available for the device that is being used to print this manual page will be displayed. The Input code column ...
 groff_man(7) -- groff `an' macros to support generation of man pages
    The tmac.an macros used to generate man pages with groff were written by James Clark. This document provides a brief summary of the use of each macro in that package. .TP title section [extra1] [extra...
 groff_me(7) -- troff macros for formatting papers
    This manual page describes the GNU version of the -me macros, which is part of the groff document formatting system. This version can be used with both GNU troff and Unix troff. This package of troff ...
 groff_mm(7) -- groff mm macros
    The groff mm macros are intended to be compatible with the DWB mm macros with the following limitations: +o no Bell Labs localisms implemented. +o the macros OK and PM is not implemented. +o groff mm ...
 groff_mmse(7) --
    
 groff_ms(7) -- groff ms macros
    This manual page describes the GNU version of the ms macros, which is part of the groff document formatting system. The groff ms macros are intended to be compatible with the documented behaviour of t...
 groff_msafer(7) -- groff -msafer macros
    The -msafer macros remove the open, opena, pso, sy, and pi requests. These macros should be used when processing input from an untrustworthy source. For maximum safety, they should be the first -m opt...
 hier(7) -- layout of filesystems
    A sketch of the filesystem hierarchy. / Root directory. /altroot/ Alternate (backup) location for the root (`/') filesystem. /bin/ User utilities fundamental to both single and multi-user environment...
 hostname(7) -- host name resolution description
    Hostnames are domains, where a domain is a hierarchical, dot-separated list of subdomains; for example, the machine monet, in the Berkeley subdomain of the EDU subdomain of the Internet would be repre...
 intro(7) -- miscellaneous information pages
    The manual pages in section 7 section contain miscellaneous documentation. ascii Map of ASCII character set. des_modes Variants of the DES algorithm. environ User environment. groff_char Groff charact...
 kgdb(7) -- remote kernel debugging with gdb
    Should a programmer be dissatisfied with the OpenBSD kernel's internal debugger ddb(4), and have appropriate hardware available, a kernel with option KGDB may be built to effect remote debugging with...
 library-specs(7) -- shared library name specifications
    Each LIB_DEPENDS item in the port tree conforms to `lib_specs:[pkgspec]:directory[,-subpackage][,flavor ...][:target]', where `lib_specs' is a comma-separated list of `lib_spec' of the form: `libna...
 mailaddr(7) -- mail addressing description
    Mail addresses are based on the Internet protocol listed at the end of this manual page. These addresses are in the general format user@domain where a domain is a hierarchical dot separated list of su...
 man(7) -- groff `an' macros to support generation of man pages
    The tmac.an macros used to generate man pages with groff were written by James Clark. This document provides a brief summary of the use of each macro in that package. .TP title section [extra1] [extra...
 mandoc(7) -- quick reference guide for the -mdoc macro package
    The -mdoc package is a set of content-based and domain-based macros used to format the BSD man pages. The macro names and their meanings are listed below for quick reference; for a detailed explanatio...
 mandoc.samples(7) -- with -mdoc
    A tutorial sampler for writing OpenBSD manual pages with the -mdoc macro package, a content-based and domain-based formatting package for troff(1). Its predecessor, the -man package (see man(7)) addre...
 mdoc(7) -- quick reference guide for the -mdoc macro package
    The -mdoc package is a set of content-based and domain-based macros used to format the BSD man pages. The macro names and their meanings are listed below for quick reference; for a detailed explanatio...
 mdoc.samples(7) -- tutorial sampler for writing OpenBSD manuals
    A tutorial sampler for writing OpenBSD manual pages with the -mdoc macro package, a content-based and domain-based formatting package for troff(1). Its predecessor, the -man package (see man(7)) addre...
 me(7) -- troff macros for formatting papers
    This manual page describes the GNU version of the -me macros, which is part of the groff document formatting system. This version can be used with both GNU troff and Unix troff. This package of troff ...
 mirror-maker(7) -- how to build a mirror for ports distfiles
    The OpenBSD Ports Collection offers some powerful tools to mirror software sources. The ports infrastructure provides a mirror-maker target that can be used to build a Makefile to facilitate mirroring...
 mirroring-ports(7) -- how to build a mirror for ports distfiles
    The OpenBSD Ports Collection offers some powerful tools to mirror software sources. The ports infrastructure provides a mirror-maker target that can be used to build a Makefile to facilitate mirroring...
 mm(7) -- groff mm macros
    The groff mm macros are intended to be compatible with the DWB mm macros with the following limitations: +o no Bell Labs localisms implemented. +o the macros OK and PM is not implemented. +o groff mm ...
 ms(7) -- groff ms macros
    This manual page describes the GNU version of the ms macros, which is part of the groff document formatting system. The groff ms macros are intended to be compatible with the documented behaviour of t...
 operator(7) -- C operator precedence and associativity
    Operator Associativity -------- ------------- () [] -> . left to right ! ~ ++ -- - (type) * & sizeof right to left * / % left to right + - left to right << >> left to right < <= > >= left to right == ...
 packages(7) -- overview of the binary package system
    The OpenBSD ports collection features a vast array of thirdparty software ready to be compiled and installed on a new machine. As an alternative, most of these ports are also available as binary packa...
 packages-specs(7) -- binary package names specifications
    Each package has a name consisting of at most three parts: stem-version[-flavors] The stem part identifies the package. It may contain some dashes, but its form is mostly conventional. For instance, j...
 ports(7) -- contributed applications
    The OpenBSD Ports Collection (shamelessly stolen from the FreeBSD Ports Collection) offers a simple way for users and administrators to install applications. Each port contains any patches necessary t...
 re_format(7) -- POSIX 1003.2 regular expressions
    Regular expressions (``RE''s), as defined in POSIX 1003.2, come in two forms: modern REs (roughly those of egrep(1); 1003.2 calls these ``extended'' REs) and obsolete REs (roughly those of ed(1); ...
 securelevel(7) -- securelevel and its effects
    Securelevel provides convenient means of ``locking down'' a system to a degree suited to its environment. It is normally set at boot via the rc.securelevel(8) script, or the superuser may raise secu...
 symlink(7) -- symbolic link handling
    Symbolic links are files that act as pointers to other files. To understand their behavior, it is necessary to understand how hard links work. A hard link to a file is indistinguishable from the origi...
 term(7) -- conventions for naming terminal types
    The environment variable TERM should normally contain the type name of the terminal, console or display-device type you are using. This information is critical for all screen-oriented programs, includ...
Page 0 of 0
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service