38 lines
528 B
Plaintext
38 lines
528 B
Plaintext
#
|
|
# COMPONENT_NAME: (CMDMAN) commands that allow users to read online
|
|
# documentation
|
|
#
|
|
# FUNCTIONS:
|
|
#
|
|
# ORIGINS: 27
|
|
#
|
|
# Copyright (c) 1980 Regents of the University of California.
|
|
# All rights reserved. The Berkeley software License Agreement
|
|
# specifies the terms and conditions for redistribution.
|
|
#
|
|
|
|
.\" short set of macros to simulate behavior of
|
|
.\" most common -ms macros:
|
|
.\" .PP, .LP, .EQ, .EN
|
|
.\"
|
|
.de PP
|
|
.br
|
|
.sp
|
|
.ll 60n
|
|
.fi
|
|
.ti +5n
|
|
..
|
|
.de LP
|
|
.br
|
|
.sp
|
|
.ll 60n
|
|
.fi
|
|
..
|
|
.de EQ
|
|
.sp
|
|
.ce
|
|
..
|
|
.de EN
|
|
.sp
|
|
..
|