aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/manctl
Commit message (Collapse)AuthorAgeFilesLines
* The .Nm utilityPhilippe Charnier2002-07-141-2/+3
| | | | Notes: svn path=/head/; revision=99968
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79755
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79537
* beforeinstall -> SCRIPTS.Ruslan Ermilov2001-04-071-5/+1
| | | | Notes: svn path=/head/; revision=75286
* - Backout botched attempt to introduce MANSECT feature.Ruslan Ermilov2001-03-261-1/+1
| | | | | | | - MAN[1-9] -> MAN. Notes: svn path=/head/; revision=74816
* Use more secure temporary files using mktemp(1)Chris D. Faulhaber2001-01-201-8/+12
| | | | | | | Submitted by: Mike Heffner <mheffner@vt.edu> Notes: svn path=/head/; revision=71293
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68965
* Remove incorrect section name. Terminate .Bl with .El.Philippe Charnier1999-11-271-2/+4
| | | | Notes: svn path=/head/; revision=53772
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50479
* Stylistic changes in man page.Philippe Charnier1997-09-252-19/+12
| | | | Notes: svn path=/head/; revision=29847
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-223-3/+3
| | | | Notes: svn path=/head/; revision=22997
* Sort cross references.Wolfram Schneider1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=21880
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-143-3/+3
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* export PATH variableWolfram Schneider1996-11-041-2/+2
| | | | Notes: svn path=/head/; revision=19411
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-2/+23
| | | | Notes: svn path=/head/; revision=17849
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-2/+2
| | | | Notes: svn path=/head/; revision=13744
* add a manpageWolfram Schneider1996-01-233-8/+48
| | | | | | | check for argument 'path' Notes: svn path=/head/; revision=13601
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-2/+2
| | | | | | | specified in the top level Makefiles. Notes: svn path=/head/; revision=9701
* Take hardcoded /usr/sbin out of the install target.Jordan K. Hubbard1995-07-171-2/+2
| | | | Notes: svn path=/head/; revision=9561
* I've found two bugs in manctl(8). There are two spurious ";" after a "then"Jordan K. Hubbard1995-02-151-3/+3
| | | | | | | | | | | | | in the script. The result is the following : 203 [23:47] root@keltia:/build/cvs-1.4A2# manctl /usr/sbin/manctl: 165: Syntax error: ";" unexpected Here is the fix : Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net> Notes: svn path=/head/; revision=6403
* My last fix broke things more, thanks to Paul Traina for pointing that out!Geoff Rehmet1994-05-261-1/+3
| | | | Notes: svn path=/head/; revision=1571
* >From JordanGeoff Rehmet1994-05-261-6/+4
| | | | | | | Fix braindeadness in my makefile Notes: svn path=/head/; revision=1562
* Fixed Makefile problem pointed out by Piero SeriniGeoff Rehmet1994-04-191-3/+7
| | | | Notes: svn path=/head/; revision=1377
* Much fixed handling of .so entries.Geoff Rehmet1994-04-181-4/+110
| | | | | | | Also turns pages that consists of a single .so entry into a hard link. Notes: svn path=/head/; revision=1376
* get the soelim crud right this time !Geoff Rehmet1994-04-171-2/+3
| | | | Notes: svn path=/head/; revision=1370
* fix to get .so's working - I hopeGeoff Rehmet1994-04-171-1/+9
| | | | Notes: svn path=/head/; revision=1369
* Manctl utility:Geoff Rehmet1994-04-172-0/+268
compresses man pages uncompresses man pages purges old formatted man pages (not implemented yet) currently still under development, but worth trying out (IMHO) a man page ;-) must still be written for manctl - to follow shortly Notes: svn path=/cvs2svn/branches/manctl_0_1/; revision=1366