[BACK]Return to man.in CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / roff / args

File: [cvsweb.bsd.lv] / mandoc / regress / roff / args / man.in (download)

Revision 1.3, Tue Jul 4 15:26:28 2017 UTC (6 years, 10 months ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, VERSION_1_14_5, VERSION_1_14_4, VERSION_1_14_3, VERSION_1_14_2, HEAD
Changes since 1.2: +2 -1 lines

Messages of the -Wbase level now print STYLE:.  Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn.  Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.

.\" $OpenBSD: man.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
.TH ARGS-MAN 1 "November 19, 2014"
.SH NAME
args-man - arguments to man macros
.SH DESCRIPTION
standard unquoted:
.IB one two
text
.br
escaped blanks:
.IB one\ one two\ two
text
.br
escaped 'e' character:
.IB one\eone two
text
.br
.\"escaped backslash before blank:
.\"IB one\\ two
.\"text
.\"br
escaped backslash before 'e' character:
.IB one\\e two
text
.br
double inter-argument space:
.IB one  two
text
.br
triple inter-argument space:
.IB one   two
text
.br
single eol blank:
.IB one two 
text
.br
double eol blank:
.IB one two  
text
.br
triple eol blank:
.IB one two   
text
.br
standard quoted:
.IB "one" "two"
text
.br
quoted quotes:
.IB "one""one" """two"""
text
.br
quoted whitespace:
.IB "one one" "two two"
text
.br
escaped 'e' characters:
.IB "one \e one" "\e"
text
.br
escaped backslash before blank:
.IB "one\\ one" "\\ "
text
.br
escaped backslash before 'e' character:
.IB "one\\eone" "\\e"
text
.br
double inter-argument space:
.IB "one one"  "two two"
text
.br
triple inter-argument space:
.IB "one one"   "two two"
text
.br
missing inter-argument space:
.IB "one one"two\ two
text
.br
single eol blank:
.IB "one one" "two two" 
text
.br
double eol blank:
.IB "one one" "two two"  
text
.br
triple eol blank:
.IB "one one" "two two"   
text
.br
.\" Disabled for now because mandoc man(7) seems to
.\" mishandle trailing blanks in arguments,
.\" but that really isn't urgent to fix.
.ig
trailing blanks in arguments:
.IB "one " "two "
text
.br
..
unterminated quotes:
.IB "one
text
.br
.IB one "two
text
.br
.ig
single trailing blank in unterminated quotes:
.IB "one 
text
.br
.IB one "two 
text
.br
double trailing blank in unterminated quotes:
.IB "one  
text
.br
.IB one "two  
text
.br
..
tab after macro:
.IB     one two
text
.br
escape sequence after macro:
.IB\(lqone two
text
.br
backslash at eol:
.IB one two\