aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/st.in
Commit message (Collapse)AuthorAgeFilesLines
* Support .St -xsh4.2, the System Interfaces part of the original SingleIngo Schwarze2013-12-251-1/+2
| | | | | | | | UNIX Specification. As this one appears to be used in the wild and we already have -xpg4.2 and even -xsh5, it makes sense to add this one. Note that calling the original SUS XPG4.2 appears to be more common than calling it SUSv1, so it's ok that we don't have .St -susv1. From Sascha Wildner <saw at online dot de> (DragonFly) via Franco Fichtner.
* sync SUSv2/SUSv3 entries with groffIngo Schwarze2013-10-131-3/+3
| | | | | | reduces groff-mandoc-differences for several pthread_*(3) manuals noticed by Franco Fichtner <franco at lastsummer dot de> dragonfly.git/commitdiff/370c546b87777b40b5fc862491555ef71b4ee130
* Add .St values for POSIX 1003.1d, 1003.1j, and 1003.1q.Ingo Schwarze2013-06-191-8/+11
| | | | | | | Tweak descriptions of the other POSIX 1003.1<letter> standards. Sort a few others into their proper places. From Philip Guenther@ during t2k13.
* Correct the expansion of -xbd5;Ingo Schwarze2012-02-261-2/+2
| | | | | from Philip Guenther <guenther at openbsd dot org>. OK Werner Lemberg <wl at gnu dot org>.
* Accommodate for ISO C11. groff applied the same `St' argument onKristaps Dzonsons2012-01-031-1/+2
| | | | | 03/01/2012. From a tweaked patch (isoC-11 -> isoC-2011) by Ulrich Sporlein: thanks!
* support ".St -iso8601"; committing on behalf of jmc@Ingo Schwarze2011-09-161-1/+2
|
* Prevent line breaks right before numbers. Groff does the same.Ingo Schwarze2011-04-241-24/+26
| | | | OK kristaps@.
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
| | | | | I checked that substantial changes were committed to these files during these years.
* Finished document -mdoc macros. Note `br' and `sp' remain.Kristaps Dzonsons2010-07-191-1/+3
| | | | | Noted in arch.in and st.in that mdoc.7 must be updated if entries are added.
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
|
* Added some standards found in NetBSD's manuals.Kristaps Dzonsons2010-04-081-1/+5
|
* Fix typo in st.in (Alan Bueno, alan.bsd@gmail.com)Kristaps Dzonsons2009-09-271-2/+2
|
* POSIX -> POSIX.1 change (submitted by uqs@sporlein.net, ok jmc@openbsd.org, ↵Kristaps Dzonsons2009-07-261-12/+12
| | | | ingo@openbsd.org).
* Added `St -ieee1275-94'.Kristaps Dzonsons2009-07-241-1/+2
| | | | Documented a future `Bd' fixme.
* Added `St -isoC'.Kristaps Dzonsons2009-07-241-1/+2
|
* Added `St -xns5.2'.Kristaps Dzonsons2009-07-241-1/+2
|
* Added `.St -p1003.1i-95' (joerg@netbsd.org).Kristaps Dzonsons2009-07-111-1/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-1/+16
|
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-1/+2
| | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
* Fixed mdoc_phrase escape handling.Kristaps Dzonsons2009-03-161-44/+47
| | | | | | | | | | | Added MDOC_IGNDELIM (Pf, soon Li, etc.). macro_constant_delimited ignargs -> argv.c parsing. Renamed macro functions to correspond to ontologies. `Fo' and `St' made callable (compat documented). strings.sh deprecated (directly using CPP). Abstracted ASCII translation into ascii.{c,in}. ASCII table uses a self-reordering chained hashtable. Removed old regressions.
* Documented the strings script.Kristaps Dzonsons2009-03-061-0/+8
|
* Strings abstracted into dynamically-created C files.Kristaps Dzonsons2009-03-061-0/+37
Added -V option. Deprecated README files.