diff options
author | 2010-07-13 01:09:12 +0000 | |
---|---|---|
committer | 2010-07-13 01:09:12 +0000 | |
commit | 769ee8042fd24a146a05ebedba6e84ffdf5be00d (patch) | |
tree | 44a4ea410c66bec354756de65b2f50a6a28fae21 /usr.bin/mandoc/libmdoc.h | |
parent | Correct comment. scsi_sense_data is now 18 bytes, not 32. (diff) | |
download | wireguard-openbsd-769ee8042fd24a146a05ebedba6e84ffdf5be00d.tar.xz wireguard-openbsd-769ee8042fd24a146a05ebedba6e84ffdf5be00d.zip |
Merge release 1.10.4 (all code by kristaps@), providing four new features:
1) Proper .Bk support: allow output line breaks at input line breaks,
but keep input lines together in the output, finally fixing
synopses like aucat(1), mail(1) and tmux(1).
2) Mostly finished -Tps (PostScript) output.
3) Implement -Thtml output for .Nm blocks and .Bk -words.
4) Allow iterative interpolation of user-defined roff(7) strings.
Also contains some minor bugfixes and some performance improvements.
Diffstat (limited to 'usr.bin/mandoc/libmdoc.h')
-rw-r--r-- | usr.bin/mandoc/libmdoc.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mandoc/libmdoc.h b/usr.bin/mandoc/libmdoc.h index c4e0f7b99d4..53ba8bae361 100644 --- a/usr.bin/mandoc/libmdoc.h +++ b/usr.bin/mandoc/libmdoc.h @@ -1,6 +1,6 @@ -/* $Id: libmdoc.h,v 1.40 2010/07/01 22:31:52 schwarze Exp $ */ +/* $Id: libmdoc.h,v 1.41 2010/07/13 01:09:12 schwarze Exp $ */ /* - * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@bsd.lv> + * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above @@ -17,7 +17,6 @@ #ifndef LIBMDOC_H #define LIBMDOC_H -#include "regs.h" #include "mdoc.h" enum mdoc_next { |