ARCH(1) - General Commands Manual # ARCH(1) - General Commands Manual
NAME # arch, machine - print architecture type
SYNOPSIS # arch [-ks]
machine [-a]
DESCRIPTION # The arch and machine commands display the machine’s architecture in slightly different ways. arch by default displays the application architecture, defined by both the operating system and the instruction set architecture, while machine displays the kernel architecture (without the operating system part). Note that both commands output the target architecture as opposed to uname(1) which describes the host.
...
GETTYTAB(5) - File Formats Manual # GETTYTAB(5) - File Formats Manual
NAME # gettytab - terminal configuration database
DESCRIPTION # The gettytab file is a simplified version of the termcap(5) database used to describe terminal lines. The initial terminal login process getty(8) accesses the gettytab file each time it starts, allowing simpler reconfiguration of terminal characteristics. Each entry in the database is used to describe one class of terminals.
...
MAKE(1) - General Commands Manual # MAKE(1) - General Commands Manual
NAME # make - maintain program dependencies
SYNOPSIS # make [-BeiknpqrSst] [-C directory] [-D variable] [-d flags] [-f mk] [-I directory] [-j max_jobs] [-m directory] [-V variable] [NAME=value …] [target …]
DESCRIPTION # make is a program designed to simplify the maintenance of other programs. Its input is a makefile: a list of specifications (target rules) describing build relationships between programs and other files.
...
UNAME(1) - General Commands Manual # UNAME(1) - General Commands Manual
NAME # uname - print operating system name
SYNOPSIS # uname [-amnprsv]
DESCRIPTION # The uname utility writes strings representing one or more system characteristics to the standard output. The formats and meanings of all these strings vary among operating systems.
The options are as follows:
-a
Behave as though all of the options -mnrsv were specified.
-m
...