History log of /openbsd-src/share/man/man7/man.7 (Results 26 – 50 of 62)
Revision Date Author Comments
# be89e780 16-Feb-2014 schwarze <schwarze@openbsd.org>

After Werner Lemberg accepted and committed some updates to the manual
page template contained in groff_mdoc(7), catch up with our own stuff.
In particular, allow ERRORS in section 4 and DIAGNOSTICS

After Werner Lemberg accepted and committed some updates to the manual
page template contained in groff_mdoc(7), catch up with our own stuff.
In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9.
ok jmc@

show more ...


# afb92f6c 14-Feb-2014 schwarze <schwarze@openbsd.org>

use .At where appropriate; from Jan Stary <hans at stare dot cz>


# 39c2a57e 06-Jan-2014 schwarze <schwarze@openbsd.org>

Joerg Sonnenberger contributed copyrightable amounts of text to
some files. To make it clear that he also put his contributions
under the ISC license, with his explicit permission, add his
Copyright

Joerg Sonnenberger contributed copyrightable amounts of text to
some files. To make it clear that he also put his contributions
under the ISC license, with his explicit permission, add his
Copyright notice to the relevant files. No code change.

show more ...


# 28ef2290 31-Dec-2013 schwarze <schwarze@openbsd.org>

Oops, add missing end of block.


# aa2f4ce7 31-Dec-2013 schwarze <schwarze@openbsd.org>

Add missing description of .UR/.UE.
While here, also add .EX/.EE and .PD to the MACRO SYNTAX table.


# 720a7a94 14-Aug-2013 jmc <jmc@openbsd.org>

some Bx/Ox conversion;
From: Jan Stary


# 866a81f2 13-Jul-2013 schwarze <schwarze@openbsd.org>

For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".

Triggered by a question from Jan Stary <hans at stare dot cz>.
Somehow, i missed these two fil

For citing the names and email addresses of authors,
consistently use the style ".An name Aq Mt email".

Triggered by a question from Jan Stary <hans at stare dot cz>.
Somehow, i missed these two files, jmc@ agrees with the principle.

show more ...


# c8cf6358 29-Jul-2012 schwarze <schwarze@openbsd.org>

document .PD; related to man_term.c rev. 1.88


# ced94a49 20-Jun-2012 schwarze <schwarze@openbsd.org>

When i moved some low-level stuff from mdoc(7) and man(7)
to roff(7) some time ago, i forgot to adjust the cross-references.
Reported by Tim van der Molen <tbvdm at xs4all dot nl>, thanks.

ok jmc@


# 8d0fa220 02-Jun-2012 schwarze <schwarze@openbsd.org>

Minimal implementation of .EX and .EE for GNU compatibility.
Do not use this, it is not portable and only defined in esr's man-ext.
For example, sox(1) wants these macros.


# 66ae7cc0 26-Feb-2012 schwarze <schwarze@openbsd.org>

Support .OP, one of the extended man macros; from kristaps@.
Do not use this GNU extension, we take it for compatibility only.


# 88ec69e3 02-Dec-2011 schwarze <schwarze@openbsd.org>

In man(7), when no explicit volume name is given, use the default
volume name for the respective manual section, just like in mdoc(7).
This gives us nicer page headers for cvs(1), lynx(1), tic(1),
mk

In man(7), when no explicit volume name is given, use the default
volume name for the respective manual section, just like in mdoc(7).
This gives us nicer page headers for cvs(1), lynx(1), tic(1),
mkhybrid(8), and many curses(3) manuals.

ok kristaps@

To not break compatibility, i wrote a corresponding patch for GNU troff
which Werner Lemberg accepted upstream at rev. 1.65 of:
http://cvs.savannah.gnu.org/viewvc/groff/tmac/an-old.tmac?root=groff

show more ...


# 42a588f7 26-Sep-2011 schwarze <schwarze@openbsd.org>

Reorganize part of the content:

1) Move the LANGUAGE SYNTAX from mdoc(7) and man(7) to roff(7),
it's common to both and it's actually roff syntax.
2) Move the MACRO SYNTAX down to the bottom, such t

Reorganize part of the content:

1) Move the LANGUAGE SYNTAX from mdoc(7) and man(7) to roff(7),
it's common to both and it's actually roff syntax.
2) Move the MACRO SYNTAX down to the bottom, such that the less
technical parts MANUAL STRUCTURE and MACRO OVERVIEW get to the top.

Getting everything to again fit together after the reshuffling
required various adjustments; also adjust and improve
the DESCRIPTIONS while there.

feedback and "go ahead" jmc@ kristaps@

show more ...


# d88f71f3 26-Sep-2011 schwarze <schwarze@openbsd.org>

note that section macro end literal mode;
from kristaps@


# 33ead51a 20-Sep-2011 schwarze <schwarze@openbsd.org>

add a MACRO OVERVIEW section, similar to the one in mdoc(7);
writing this for man(7), too, was suggested by kristaps@


# 6d10740d 18-Sep-2011 schwarze <schwarze@openbsd.org>

sync to mandoc 1.11.5:
document eqn(7) and many other improvements
from kristaps@

no objection from deraadt@ against adding an eqn.7 page


# d6f92ecd 30-Aug-2011 jmc <jmc@openbsd.org>

in column lists, enforce the following ordering:

.Bl -column header1 header2 ... <Bl flags>

mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes t

in column lists, enforce the following ordering:

.Bl -column header1 header2 ... <Bl flags>

mixing things up confuses mandoc, and adding flags in can screw up the list.
this hopefully just makes things a bit safer (and more consistent).

(one more bit of work left and all column lists should format how we want)

show more ...


# 85349e08 30-Aug-2011 jmc <jmc@openbsd.org>

remove some pointless Pp/-compact combinations; either ingo or kristaps
will update mandoc repo


# f2c465bc 15-Jul-2011 schwarze <schwarze@openbsd.org>

Clarify the role of .RS and fix a bogus cross-reference;
from kristaps@.


# d806dec9 07-Jun-2011 schwarze <schwarze@openbsd.org>

bring in lots of improvements from kristaps@;
jmc@ agrees that it's easiest to first commit it,
then tweak it in the tree


# b058e777 07-Mar-2011 schwarze <schwarze@openbsd.org>

Clean up date handling,
as a first step to get rid of the frequent petty warnings in this area:
- always store dates as strings, not as seconds since the Epoch
- for input, try the three most commo

Clean up date handling,
as a first step to get rid of the frequent petty warnings in this area:
- always store dates as strings, not as seconds since the Epoch
- for input, try the three most common formats everywhere
- for unrecognized format, just pass the date though verbatim
- when there is no date at all, still use the current date
Originally triggered by a one-line patch from Tim van der Molen,
<tbvdm at xs4all dot nl>, which is included here.
Feedback and OK on manual parts from jmc@.
"please check this in" kristaps@

show more ...


# 7f05d21f 25-Jan-2011 schwarze <schwarze@openbsd.org>

As noticed by deraadt@, it goes without saying that text files
on a UNIX system use UNIX conventions, and UNIX tools working
on them expect that.
ok jmc@


# f7539583 24-Jan-2011 schwarze <schwarze@openbsd.org>

Better explain roff(7) macro argument quoting;
ok jmc@.


# aad3ea0c 16-Jan-2011 schwarze <schwarze@openbsd.org>

If the first character of a free-form text input line is whitespace,
then it will start a new output line;
from kristaps@.


# 2683b1e5 09-Jan-2011 schwarze <schwarze@openbsd.org>

Add and install tbl(7);
written by kristaps@, looked over by jmc@.


123