summaryrefslogtreecommitdiff
path: root/share/man/man7
AgeCommit message (Expand)Author
2017-08-11Mention that some packages and ports don't work without the wxallowedIngo Schwarze
2017-07-20update link to mandoc.bsd.lvIngo Schwarze
2017-07-10Fix non-portable .Lk usage that results in complete garbage with groffIngo Schwarze
2017-07-05nits about trailing punctuation found with mandoc -TlintIngo Schwarze
2017-06-29some kernel relink bits, tweaked by deraadt;Jason McIntyre
2017-06-29Clarify that .Ta as a line macro is a portability problem,Ingo Schwarze
2017-06-29Fix incorrectly swapped labels of left/right arrows.Anthony J. Bentley
2017-06-28extra step between fake and packageMarc Espie
2017-06-28Rewrite half of this, i was completely unaware how bad it was.Ingo Schwarze
2017-06-25Add support for the MT and ME mailto macros, used for example in wg(8).Anthony J. Bentley
2017-06-24Delete .St -p1003.1-2013.Ingo Schwarze
2017-06-14implement so-called absolute horizontal motion: \h'|...',Ingo Schwarze
2017-06-14Naive implementation of the roff(7) .po (page offset) request.Ingo Schwarze
2017-06-14add the \(ru (0.5m baseline ruler) character escape sequence,Ingo Schwarze
2017-06-14simple implementation of the roff(7) .als (macro alias) request,Ingo Schwarze
2017-06-14implement the roff(7) d (macro or string defined) conditionalIngo Schwarze
2017-06-14implement roff(7) .rj (right justify) requestIngo Schwarze
2017-06-14implement the roff(7) \p (break output line) escape sequenceIngo Schwarze
2017-06-10minor markup simplificationsIngo Schwarze
2017-06-08Implement w layout specifier (minimum column width).Ingo Schwarze
2017-06-07Implement the roff(7) .rn (rename macro or string) request.Ingo Schwarze
2017-06-06Minimal implementation of the roff(7) .ce request (center a numberIngo Schwarze
2017-06-04Implement the roff(7) .mc (right margin character) request.Ingo Schwarze
2017-06-04Pure preprocessor implementation of the roff(7) .ec and .eo requestsIngo Schwarze
2017-06-02Partial implementation of \h (horizontal line drawing function).Ingo Schwarze
2017-06-02add about 15 missing character escape sequences found in groff_char(7);Ingo Schwarze
2017-06-01Minimal implementation of the \h (horizontal motion) escape sequence.Ingo Schwarze
2017-05-31about ten different improvements; OK tedu@ espie@ bentley@Ingo Schwarze
2017-05-31use the standard OpenBSD license for new manual pagesIngo Schwarze
2017-05-31section order;Jason McIntyre
2017-05-31perhaps a few more words about encoding formatTed Unangst
2017-05-31utf8 has an rfcTed Unangst
2017-05-31add a tiny, to be improved, man page for utf8 encoding.Ted Unangst
2017-05-30various mdoc(7) fixes, triggered by a smaller diff from Michael Reed on tech@Ingo Schwarze
2017-05-30Don't mention the operator file -- it was moved to the attic.Theo Buehler
2017-05-30Remove FILES section now that /usr/share/misc/ascii is no more.Todd C. Miller
2017-05-29remove mailaddr.7 and its many lies.Ted Unangst
2017-05-28install new manpage, noted by tb@Sebastian Benoit
2017-05-28document /usr/share/misc/airport contents and rules, after lengthySebastian Benoit
2017-05-17Delete the -T xhtml command line option.Ingo Schwarze
2017-05-12No more CD-ROM releases, and advertise HTTP forIngo Schwarze
2017-05-08Basic implementation of the roff(7) .ti (temporary indent) request.Ingo Schwarze
2017-05-08Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze
2017-05-07implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze
2017-05-05Shorten the description of .sp and move it to roff(7).Ingo Schwarze
2017-05-05Clean up docs after today's .br and .ft code cleanup; simpler.Ingo Schwarze
2017-05-01Fewer kgdb(7) references and fix previous.Martin Pieuchot
2017-04-30Remove KGDB references.Martin Pieuchot
2017-04-30Mention that escaping "^" as "\(ha" in source code samples improvesIngo Schwarze
2017-03-27Fix broken PKG_PATH example link, ftp://ftp.openbsd.org is no more.Frederic Cambus