jkh
4297b4c540
Save screen before calling any fire() callbacks - you never know what
...
they might do to the screen.
1996-04-08 10:28:07 +00:00
jkh
f7f939e434
Refresh dialogs if a callback action fails.
1996-04-08 10:02:55 +00:00
mpp
dfbf6cbddc
Correct some man page xrefs, and some other minor changes to bring some
...
man pages up to mdoc guidelines and fix some minor formatting glitches.
Also fixed a number of man pages to not abuse the .Xr macro to
display functions and path names and a lot of other junk.
1996-04-08 04:18:31 +00:00
joerg
216e51f75a
Make `easy-import' ready for vendor-branch imports.
...
I'm also going to install the new version on freefall.
1996-04-07 10:22:37 +00:00
jkh
8f3756c1f1
Make this properly respect obj dirs.
1996-04-07 03:34:35 +00:00
jkh
57f1423230
Strive for a little more consistency with my examples.
1996-04-07 03:21:01 +00:00
jkh
fad43bf452
Add an `aux' field for some other gunk I'm doing.
1996-04-05 02:29:12 +00:00
bde
3a2b589dc0
Moved the include of <sys/types.h> to before the include of <dirent.h>
...
so that mkisofs will compile when namespace pollution is removed from
<stdio.h>. (<dirent.h> recently became dependent on <sys/types.h>.)
1996-03-29 14:00:25 +00:00
joerg
7561f37701
f2c's -krd does not work with f77 wrapper
...
Closes PR # gnu/1101
Submitted by: kargl@troutmask.apl.washington.edu (Steven G. Kargl)
1996-03-27 07:46:04 +00:00
wosch
d9786fa4d3
Don't count character ``+'' as garbage (c++.1, flex++.1)
...
Submitted by: joerg
1996-03-21 18:17:41 +00:00
joerg
8866798a79
Fix an infinite loop for empty files in the archive, and handle
...
sparsely stored linked files correctly.
Submitted by: haug@conterra.com (Brian R. Haug)
1996-03-18 23:08:29 +00:00
joerg
b87c521bab
Several changes to the gethostname module:
...
. rename the function to main'gethostname, so it can be called unqualified,
. strip the trailing \0 character, closes PR # bin/1084,
. a better way to express an insane long string.
Submitted by: Giles Lean <giles@topaz.nemeton.com.au> (except the 1st)
1996-03-18 21:42:31 +00:00
wosch
9893f87108
delete /usr/local/bin from PATH
...
Submitted by: nate
1996-03-12 23:09:04 +00:00
wosch
ace5ad3fba
delete /usr/ucb from PATH, move /usr/local/bin after /usr/bin
1996-03-12 21:42:40 +00:00
wosch
4d702e2748
remove ``whatis''
1996-03-10 18:59:11 +00:00
wosch
67d62f5946
share the code between apropos and whatis
1996-03-10 18:52:33 +00:00
markm
a8d2b1d1ae
Make "make tests" actually work. This is an extremely crude hack, but
...
I figure that as this is not part of any automated processes, WTH.
1996-03-04 16:06:03 +00:00
bde
3ce59ae04b
Removed temporary file.
1996-03-01 15:18:55 +00:00
pst
750c8b5fde
Bring in some of Paul K's fixes for ldconfig from NetBSD-current.
...
This solves the problem of being unable to use shared libraries with dots
in their names before the ".so.<version>" code.
This should be brought into -stable.
There are more changes from Paul that look like they should be included,
but they change the format of the hints file, so I'm not going to bring them
in now (but we should in the future).
Obtained from: pk@netbsd.org
1996-02-26 02:22:33 +00:00
wosch
c5e182912d
print error messages to stderr
...
don't fail if search arguments contain spaces
allow programs from $PATH as PAGER
faster
1996-02-25 23:41:46 +00:00
bde
dbf7db4c11
Use ${ECHO} instead of echo' so that
make -s' is fairly quiet.
1996-02-25 20:25:05 +00:00
joerg
19bb6dac0f
Add a small `gethostname' package. It uses __sysctl(2), and thus
...
avoids the kludgy backquotes that are required by now (`hostname`).
Usage:
require "gethostname.pl";
$thishost = &gethostname'gethostname;
1996-02-13 13:17:49 +00:00
mpp
32504b87f2
Added a ".Fx" macro to the mdoc package. Usage:
...
.Fx version.rel { , . ; : ( ) [ ]
Example:
The
.Nm xyzzy
command first appeared in
.Fx 2.2 .
Produces:
The xyzzy command first appeared in FreeBSD 2.2.
Suggested by wollman.
1996-02-12 19:25:18 +00:00
wpaul
5e58fc97c7
Toss the old yppasswdd into the attic.
1996-02-12 14:50:23 +00:00
wpaul
cc833767f1
Remove yppasswdd. (It's going away in a minute.)
1996-02-12 14:48:44 +00:00
nate
b4ed26551a
Merged in FreeBSD changes.
1996-02-12 06:45:43 +00:00
nate
fec6ca4e78
This commit was generated by cvs2svn to compensate for changes in r14049,
...
which included commits to RCS files with non-trunk default branches.
1996-02-12 06:39:49 +00:00
nate
a2ca936a65
Sort from GNU textutils 1.14
1996-02-12 06:39:49 +00:00
mpp
37272cd2d1
Another round of man page cleanups.
...
Down to only about 100 items left to cleanup! :-)
1996-02-12 04:57:03 +00:00
mpp
bda6e1c756
Correct a bunch of man page cross references and generally
...
try and silence "manck".
ncurses, rpc, and some of the gnu stuff are still a big mess, however.
1996-02-11 22:38:05 +00:00
phk
078ac1fd14
gnumalloc is gone.
1996-02-11 18:16:11 +00:00
phk
039e340678
Remove libgnumalloc.
1996-02-11 18:15:10 +00:00
jmz
aff140ab26
Spelling fixes.
...
This is the man page which has been obtained from NetBSD, not the program.
1996-02-09 21:14:26 +00:00
mpp
1e4a679a26
Add some missing MLINKS, correct some cross references, correct some
...
file locations and some minor formatting/style problems.
1996-02-09 16:20:10 +00:00
mpp
bd901d38da
Added some missing MLINKS for section 3 man pages.
...
Also corrected a few minor formatting errors, file location and cross
references in some of the section 3 man pages.
This shuts up a lot of the output from "manck" for section 3.
1996-02-09 00:45:45 +00:00
pst
9c6409da80
Whoops, do not reference myself.
1996-02-08 21:12:08 +00:00
pst
2d8fa17025
Close docs/1002 - remove bogus cross references
1996-02-08 21:10:07 +00:00
mpp
01864dd4ab
Added entries for some info files that are being installed, but
...
not referenced in the main info menu:
cvs, cvsclient (cvs client/server stuff), diff/patch, gmp (GNU MP math
library).
1996-02-08 20:00:52 +00:00
jkh
c11d5de52f
Minor tweak to this test.
1996-02-08 11:55:15 +00:00
pst
f47455ee07
Fix bin/pr506 - uname from current system
1996-02-08 06:04:57 +00:00
jdp
1385188326
Update the manual page to reflect the fact that an "Index" line
...
now takes precedence over a context diff header for determining
the name of the file to patch.
1996-02-07 23:47:55 +00:00
wosch
96d07711e3
making <page>.1 from <page>.man
1996-02-06 23:48:03 +00:00
wosch
07af67845d
recursive grep, enabled with -DHAVE_FTS=1
...
enable mmap (-DHAVE_MMAP=1)
1996-02-02 06:45:26 +00:00
mpp
587481e04a
Correct some manual page cross reference errors. E.g. su is a section
...
one man page, not section eight. This is the first round of such changes
and only fixes man pages in manual section one.
1996-02-02 00:26:12 +00:00
mpp
060ad968bc
Fix the ".Os" macro to not display "BSD Experimental" if no arguments
...
are specified. Just "BSD" is displayed instead.
1996-02-01 18:04:22 +00:00
mpp
244a6ce502
Remove groff/tmac/mm.diff - it is just a small file containing a context
...
diff that was probably mistakenly committed when the package was brought in.
1996-01-31 21:07:22 +00:00
mpp
ce559864f0
Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')"
...
You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need
the X3.159-1989 string reported.
Suggested by Garrett Wollman.
1996-01-31 20:55:35 +00:00
mpp
44d76acd34
Teach the .Os macro about FreeBSD and our releases. E.g.
...
.Os FreeBSD 2.1
will now display "FreeBSD 2.1" at the bottom of the man page,
instead of just "FreeBSD".
Added a bunch of missing standards to the .St macro.
4.4BSD is no longer "BSD Experimental".
Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2
1996-01-31 16:34:53 +00:00
wosch
14b39d5345
man.1 depend on man.man
1996-01-24 00:22:27 +00:00
wosch
1528d7ee78
manpath.1 depend on manpath.man
1996-01-24 00:18:29 +00:00