summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/groff
Commit message (Collapse)AuthorAgeFilesLines
* Hook up libmemstat(3) to the library list in mdoc.local. This will causerwatson2005-07-151-0/+1
| | | | | | | | the library description (specifically, -lmemstat) to render properly in the libmemstat.3 man page. Submitted by: ru MFC after: 1 week
* Adjust for HEAD being 7.0 now.kensmith2005-07-111-1/+2
| | | | Approved by: re (implicit)
* A number of manpages already use ``.Fx 5.5'', define it.ru2005-06-161-0/+1
| | | | Approved by: re (blanket)
* Clean up after the last change -- remove now stale comment.ru2005-06-101-1/+0
|
* Remove kludges intended to support src trees with partial obj trees.des2005-06-101-6/+0
| | | | Discussed with: ru
* Capitalize words in library description.jkoshy2005-04-191-1/+1
| | | | Submitted by: ru
* Bring a working snapshot of hwpmc(4), its associated libraries, userland ↵jkoshy2005-04-191-0/+1
| | | | | | | | | | utilities and documentation into -CURRENT. Bump FreeBSD_version. Reviewed by: alc, jhb (kernel changes)
* libpam is now standard.ru2005-01-251-1/+0
|
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-216-6/+6
| | | | OK'ed by: core
* Uncomment an upcoming 5.4-RELEASE.ru2004-12-181-1/+1
|
* Uncomment entries for FreeBSD 6.0 and 4.11.jkoshy2004-12-181-2/+2
| | | | Requested by: ru
* For variables that are only checked with defined(), don't provideru2004-10-245-5/+5
| | | | any fake value.
* Meet the 6.0-CURRENT era. While here, teach mdoc(7) about the upcomingru2004-08-191-1/+3
| | | | FreeBSD 4.11-RELEASE.
* Removed local bits that are now part of the standard mdoc(7) package.ru2004-04-161-8/+1
|
* Whitespace nit in previous revision.ru2004-04-151-1/+1
|
* Added FreeBSD 5.2.1, just in case.ru2004-04-131-0/+1
|
* Added upcoming 4.10 and 5.3 releases.ru2004-04-131-0/+2
| | | | Reminded by: marcel
* Remove getopt*.c, we already have compatible getopt_long() in libcache2004-02-171-1/+1
|
* Register libarchive in bsd.libnames.mk and mdoc.localkientzle2004-02-131-0/+1
| | | | Submitted by: ru
* Register libbluetooth and libsdpemax2004-02-121-0/+2
| | | | Reviewed by: imp (mentor), ru
* Catch up with the 20040130 src/UPDATING entry, and spell libpthreadru2004-01-311-1/+1
| | | | | | | as -lpthread. (Alpha and SPARC64 still spell it -lkse, but we hope this to change by 5.3-RELEASE.) Reviewed by: deischen
* Put libufs into the correct slot in the list.ru2004-01-151-1/+1
|
* Added description for libthr.ru2004-01-151-1/+2
| | | | Reviewed by: deischen
* MFR: Bump manpages revision to 5.2.ru2003-12-071-1/+1
|
* Add an entry for libpthread (aka libkse). For now, it's link commanddeischen2003-10-021-0/+1
| | | | | | | is defined as -lkse, but we'll come back later and change it once libkse is renamed. Requested by: ru
* - Support for multibyte charsets in LIBICONV.fjoe2003-09-261-0/+1
| | | | | | | | - CD9660_ICONV, NTFS_ICONV and MSDOSFS_ICONV kernel options (with corresponding modules). - kiconv(3) for loadable charset conversion tables support. Submitted by: Ryuichiro Imura <imura@ryu16.org>
* Update the copyright year.ru2003-09-202-2/+2
|
* Keep up with recent mdoc(7) changes.ru2003-09-203-1/+3
|
* Comment out and mark all non-translated library strings.ru2003-09-201-7/+7
|
* Catch up with mdoc.local list of libraries.ru2003-09-091-1/+3
|
* Catch up with mdoc.local list of libraries.ru2003-09-091-1/+3
|
* Unbreak Russian KOI8-R support.ru2003-09-083-157/+308
|
* Added description for the libufs(3) library.ru2003-08-052-0/+2
| | | | | PR: 55238 Reviewed by: jmallett
* LANG->LC_ALLache2003-08-041-1/+1
| | | | Pointed by: ru
* Use LANG=C before tr to be sure that ranges are correctache2003-08-041-1/+1
| | | | Strip [] from ranges
* Teach mdoc(7) about the upcoming 5.2-RELEASE.ru2003-06-091-0/+1
| | | | Suggested by: juli
* Make the footer display "FreeBSD 5.1".ru2003-06-051-1/+1
|
* We have at least one consumer of the upcoming FreeBSD 4.9.ru2003-06-021-0/+1
|
* Fix build on 4.x.ru2003-05-021-0/+4
|
* Re-enable building of Groff documentation; texinfo has just beenru2003-05-021-1/+0
| | | | upgraded to version 4.5.
* Upgrade to Groff 1.19.ru2003-05-0131-86/+155
|
* Replace beforeinstall: with plain FILES.ru2003-04-301-7/+2
|
* Recognize FreeBSD 5.1; libc_gen/signbit.3 has set the precedent.ru2003-02-141-0/+3
|
* Moved the libugidfw library definition out from contributed sourceru2003-02-141-0/+1
| | | | | | to where it actually belongs. Submitted by: phantom
* FreeBSD 5.x does not provide libskey anymore, remove referencephantom2003-02-131-1/+0
|
* Add 'libgeom' to list of valid .Lb argumentsphantom2003-02-131-0/+1
|
* bsd.doc.mk changes:ru2002-10-291-4/+1
| | | | | | | | | | | | | | | Don't gratuitously pipe thru a cat(1) if NODOCCOMPRESS. Only create _stamp.extra when necessary. Get rid of SOELIMPP and OBJS. Use Groff version of soelim(1); we need its -I option for the following to work. Don't needlessly chdir to SRCDIR. Only a few documents need CD_HACK, and those that need it either use refer(1) or .PSPIC macro which internally uses the .psbb call.
* A version of SGR disabling stuff that is believed to be safe.ru2002-10-241-8/+1
| | | | Submitted by: Werner LEMBERG <wl@gnu.org>
* Remove the hack to build groff statically on alpha, now that the rtldgallatin2002-10-231-6/+0
| | | | | | | | has been extended to grok binaries with only one PLT_LOAD segment An UPDATING entry about this is pending review.. Approved by: ru
* A crude temporary hack to fix building of ms(7) formatted documentsru2002-10-231-1/+8
| | | | while I am working on a real fix.
OpenPOWER on IntegriCloud