DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e9584729b⟧ TextFile

    Length: 457 (0x1c9)
    Types: TextFile
    Notes: UNIX file
    Names: »true.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/true.1« 

TextFile

.ig
	@(#)true.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH TRUE 1
.SH NAME
true, false \- provide truth values
.SH SYNOPSIS
.B true
.PP
.B false
.SH DESCRIPTION
.I True
does nothing, successfully.
.I False
does nothing, unsuccessfully.
They are typically used in input to
.IR  sh (1)
such as:
.PP
	while true
.br
	do
.br
		command
.br
	done
.SH "SEE ALSO"
sh(1)
.SH DIAGNOSTICS
.I True
has exit status zero,
.I false
nonzero.