Commit Graph

219 Commits

Author SHA1 Message Date
ru
6c50a1044d mdoc(7) police: markup nits. 2001-11-21 13:33:30 +00:00
ru
e451919f76 mdoc(7) police: fix markup + generic cleanup. 2001-11-21 13:28:50 +00:00
cjc
5ee838cd46 Document the /var/run/named directory.
Suggesteded by:		brian
2001-11-01 23:55:46 +00:00
cjc
36445ca6bd Add a directory in /var/run to store ppp(8) command sockets.
PR:		bin/29966
Approved by:	brian
MFC after:	4
2001-11-01 23:44:12 +00:00
assar
7d2fda1087 add /var/heimdal
absence noted by Archie Cobbs <archie@packetdesign.com>
2001-10-31 23:04:34 +00:00
silby
928ecb2fdf Update tuning so that it mentions maxusers, nmbclusters, and nsfbufs as
tunables in loader.conf rather than just kernel options.

MFC after: 3 days
2001-10-29 22:29:01 +00:00
murray
0ec0250d0c Improve the wording of my last commit.
Submitted by:	sheldonh
2001-10-16 18:32:33 +00:00
murray
a851d93fc5 Note that the contents of /tmp may or may not be kept between system
reboots.

Also add a `NOTES' section that reminds the reader that this man page
just documents the system default, and that the hierarchy of a given
site is at the system administrators discretion.

PR:		docs/29525
2001-10-13 21:48:57 +00:00
ru
623da62a5a mdoc(7) police: Use the new .In macro for #include statements. 2001-10-01 16:09:29 +00:00
kris
50598072bf Oops, /var/spool/uucp needs to stay for serial port locking 2001-10-01 08:52:40 +00:00
kris
fcd8209f23 Note removal of UUCP directories 2001-10-01 08:27:22 +00:00
murray
bb01b0fc88 Note that it might not be a good idea to mount /var 'noatime'.
PR:		docs/30675
Submitted by:	Eugene M. Kim <gene@nttmcl.com>, and
                Giorgos Keramidas <charon@labs.gr>
2001-09-24 07:35:37 +00:00
jlemon
e132016572 Update to reflect the fact that net.inet.tcp.rfc1323 is on by default. 2001-09-17 03:49:51 +00:00
ru
f4741db77f mdoc(7) police: sort FILES. 2001-09-04 10:08:19 +00:00
alex
1b28c0b357 Move /etc/defaults/make.conf to /usr/share/examples/etc/make.conf as
discussed on the arch@ mailinglist (after repo-copy).

sys.mk will .error if it finds /etc/defaults/make.conf but include
it anyways (this is the same behaviour as with the make.conf.local
removal).

/usr/share/examples/etc/make.conf has BDEFLAGS commented out now,
since it's only an example file.

Adjust all textes that talk about make.conf or defaults/make.conf to
match the new situation.
2001-08-30 22:44:51 +00:00
ru
1bfb862de4 Mentions about /var/spool/secretmail were deleted in BSD.var.dist,v 1.2. 2001-08-22 10:21:19 +00:00
ru
ad3a696e29 Even more libss removal. 2001-08-20 15:41:15 +00:00
ru
24c7b0a61d mdoc(7) police: s/BSD/.Bx/ where appropriate. 2001-08-14 10:01:54 +00:00
ru
d896280a89 mdoc(7) police: s/NetBSD/.Nx/ where appropriate. 2001-08-13 17:00:36 +00:00
ru
80f060f0cf mdoc(7) police: protect trailing full stops of abbreviations
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
ru
4345758876 mdoc(7) police:
Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.
2001-08-07 15:48:51 +00:00
ru
aa852b31c4 mdoc(7) police: don't use enclosure macros with plain text. 2001-07-18 15:00:46 +00:00
nik
b71650db74 Note which entries are created by sysinstall(8).
Requested by:	ru
2001-07-16 16:09:21 +00:00
dannyboy
75d66ffb77 Fix assorted typos. 2001-07-14 22:41:05 +00:00
schweikh
511e378b14 Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//'

BTW, what editors are the culprits? I'm using vim and it shows
me whitespace at EOL in troff files with a thick blue block...

Reviewed by:	Silence from cvs diff -b
MFC after:	7 days
2001-07-14 19:41:16 +00:00
ben
7201ca4535 fix typo: vise versa -> vice versa
PR:		28926
Submitted by:	Michael Lucas <mwlucas@blackhelicopters.org>
2001-07-12 20:40:25 +00:00
ru
9101af193b mdoc(7) police: eliminate warnings. 2001-07-10 18:43:07 +00:00
ru
3972b3b063 mdoc(7) police: sort SEE ALSO xrefs. 2001-07-10 17:52:29 +00:00
ru
9001bc7070 mdoc(7) police: removed HISTORY info from the .Os call. 2001-07-10 15:31:11 +00:00
sheldonh
d4e648feb2 Fix typo: "fending of" -> "fending off" 2001-07-10 14:09:37 +00:00
dd
eaa6ee03b8 mdoc(7) police: remove extraneous .Pp before and/or after .Sh. 2001-07-09 09:54:33 +00:00
dillon
179c7b66e3 Fix type-o's, revamp section on the /tmp softlink, add sections for a
couple more sysctl's, add a section on mount options.
2001-07-07 17:43:20 +00:00
ru
05e503d80a mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). 2001-07-06 16:46:48 +00:00
nik
1c78aa35e7 /dist is a mount point used by sysinstall(8), not an extraction directory. 2001-06-30 14:56:44 +00:00
nik
91eaf02ab8 Document dist/, cdrom/, compat/, and /usr/compat/, fix a couple of
{typ,think}os.

Submitted by:	Rich Morin <rdm@cfcl.com>
2001-06-26 14:03:11 +00:00
dd
2259698699 Reword the sentence that I screwed up in the last commit.
Submitted by:	Erik Trulsson <ertr1013@student.uu.se>
2001-06-24 20:34:31 +00:00
dd
04d1b1c8dd Remove duplicate words. 2001-06-24 01:34:38 +00:00
dd
977995c8b1 mdoc(7) police: sort xrefs. 2001-06-24 01:17:07 +00:00
dd
935cf14795 OpenSSH doesn't forward keys by default. 2001-06-16 00:32:19 +00:00
joerg
d49557ff78 Document /usr/include/dev/{ic,wi}.
Reminded by:	ru
2001-06-05 18:52:55 +00:00
dillon
add6182235 Fix type-o's, update page 2001-06-05 05:59:21 +00:00
eric
7d96c52053 Add sprog.7 to the list. 2001-06-04 22:15:44 +00:00
eric
193f82698d Add sprog.7, the beginnings of the secure programming guide.
Reviewed by:	ru
2001-06-04 15:32:44 +00:00
ru
e7a85be33f Remove vestiges of MFS. 2001-06-01 10:07:28 +00:00
dillon
154e92fce6 Add two new manual pages related to general firewall and tuning issues
Reviewed by: hackers
2001-05-27 23:14:27 +00:00
ru
d0e4a96bbd Document /usr/include/fs/ntfs and /usr/include/fs/nwfs. 2001-05-26 12:04:02 +00:00
ru
8094d979ca - sys/msdosfs moved to sys/fs/msdosfs
- msdos.ko renamed to msdosfs.ko
- /usr/include/msdosfs moved to /usr/include/fs/msdosfs
2001-05-25 08:14:14 +00:00
ru
f4106abaf0 Document new /usr/include/fs include subdirs. 2001-05-23 17:22:38 +00:00
jhb
c88d6fada2 Replace references to the KERNEL variable with KERNCONF. 2001-05-17 23:23:25 +00:00
schweikh
2583bfdb34 Fixed typos: dependant -> dependent 2001-05-01 14:10:12 +00:00