summaryrefslogtreecommitdiffstats
path: root/share/man/man7/operator.7 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make -column lists pretty again;jmc2011-09-031-20/+20
| | | | | | | | | | specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
* Both old and new groff behave in the following way: Literal tabs areschwarze2010-09-051-3/+3
| | | | | | | | | | | | | | | considered normal word characters even when delimiting column phrases in .Bl -column. Thus, in any column but the last, if the column is terminated by a literal tab, and the last character is a solitary dot, that dot is NOT considered punctuation, and consequently offset from the preceding text by a blank space. This space does not occur when the Ta macro is used inmstead of a literal tab, or when a blank character is inserted between the dot and the tab. Confused now? So were we. We decided to consider that a bug in groff, not a feature, and to not emulate it in mandoc(1). Thus, let operator(7) no longer depend on that groff bug.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* fix some dodgy displays;jmc2007-02-061-2/+2
|
* List all operators (= += -= *= /= %= <<= >>= &= ^= |=) instead of printing theaaron2004-05-071-3/+3
| | | | first few followed by "etc". From FreeBSD. millert@ ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Various cleanups.aaron2000-03-191-0/+1
|
* order of evaluation and associativity are not the same; chopps@netbsd.orgaaron1999-06-011-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+67