Commit Graph

58 Commits

Author SHA1 Message Date
Giorgos Keramidas
d854ee0742 Add manpages for devfs.conf and devfs.rules. These have been
initially written by Roland, but hacked for a while by me.  Any
good parts are the results of Roland's hard work.  Any typos or
style mistakes are mine.

Submitted by:	Roland Smith <rsmith@xs4all.nl>
PR:		docs/63808, docs/75433, docs/80458, docs/80459
MFC after:	2 weeks
2005-05-17 17:52:27 +00:00
John Baldwin
9c3d0cb656 Belatedly remove the drivers.conf(5) man page. The actual files and
supporting scripts were removed as part of the splitfs floppy rework.
2005-03-23 15:34:45 +00:00
Brooks Davis
7387768ef4 Add support for an /etc/eui64 file modeled on /etc/ethers. The API is
modeled on ethers(3) except that all functions are thread-safe.

Reviewed by:	simokawa
2004-05-26 22:58:06 +00:00
Tom Rhodes
491abe5ac7 Move newsyslog.conf.5 to usr.sbin/newsyslog. There is no real history
other than 'initial revision' thus I did not request a repocopy.

Requested by:   ru, gad
2004-03-12 16:03:26 +00:00
Tom Rhodes
0e9628026f Add a newsyslog.conf manual page. This follows suit with the other utilities
which have configuration files.  This is just a cut-paste from newsyslog.8
with the following changes:

o Kill hard sentence breaks.
o Markup fixes.
o Wordsmithing.
2004-03-11 04:35:08 +00:00
Ruslan Ermilov
b760de9691 Use a single style for share/man/ makefiles:
- Sort MAN and MLINKS in "dictionary" order ignoring case.

- For multi-value MAN and multi-pair MLINKS, put each value/pair
  on its own line, for easier sorting and so that further diffs
  are easier to see.
2004-01-20 10:27:23 +00:00
Maksim Yevmenkin
0986ab12e4 Update Bluetooth code.
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00
Tom Rhodes
c2eb326ff7 Add a nsmb.conf manual page.
PR:		45833
Submitted by:	osa@FreeBSD.org (original version)
Reviewed by:	ru, tjr, osa, -doc
2003-08-09 19:11:52 +00:00
Joseph Koshy
fd1ed3c675 Add config(5). 2003-07-06 04:28:12 +00:00
Matthew N. Dodd
29ade36225 Dynamic object dependency mapping: libmap.
This is an optional feature, disabled by default.

This will be useful to people testing the various POSIX threading
libraries under -CURRENT but can easily serve other needs.
2003-04-07 16:21:26 +00:00
David E. O'Brien
91c8d23722 FreeBSD Makefile style guide.
Approved by:	TRB
2003-02-26 20:43:47 +00:00
Tom Rhodes
cb8453edec Back out revisions 1.45 && 1.46, they are incorrect.
Noticed by:	schweikh
2003-01-06 17:28:46 +00:00
Tom Rhodes
dd4eab9153 Fix a type that crept in during my last commit here.
Noticed by:	Stefan Farfeleder <stefan@fafoe.dyndns.org>
Pointy hat:	trhodes
2003-01-06 15:30:55 +00:00
Tom Rhodes
152757d6d8 Link a.out(5) to aout(5) to follow the module name. 2003-01-06 05:18:42 +00:00
Tom Rhodes
035ce699f2 Move the msdos.5 manual page to msdosfs.5 to be more correct. 2002-12-29 21:31:45 +00:00
Tom Rhodes
02281fd811 Whitespace created in Makefile from previous commit. 2002-12-27 03:17:39 +00:00
Tom Rhodes
e68e321258 Add a manual page for msdosfs (msdos.5) and connect it to the build.
Quick review by:	chris (older version)
2002-12-27 03:17:02 +00:00
Ruslan Ermilov
9e82e81b91 Connect device.hints.5 to the build. 2002-07-12 14:16:46 +00:00
Ruslan Ermilov
3fad0a60f0 Sort MAN. 2002-07-12 14:08:40 +00:00
Mike Barcroft
995f177eac Remove types(5). It is of little use to have a manual with only the
contents of a header.  It is of even less use when its contents are
stale.
2002-04-06 07:18:46 +00:00
Murray Stokely
4ad8d4f520 Add drivers.conf.5 to the build. 2002-03-27 06:38:43 +00:00
Dag-Erling Smørgrav
fe9c2732d1 Actually install the moduli(5) man page. 2002-03-22 20:29:26 +00:00
Ruslan Ermilov
802de205fd master.passwd(5) -> passwd(5). 2001-06-07 07:27:52 +00:00
Ruslan Ermilov
6ad10804f7 Rename (after a repo-copy) some mount(8) programs:
mount_fdesc -> mount_fdescfs
mount_null -> mount_nullfs
mount_portal -> mount_portalfs
mount_umap -> mount_umapfs
mount_union -> mount_unionfs
2001-05-23 14:58:19 +00:00
Ruslan Ermilov
acaf79e1b9 MAN[1-9] -> MAN. 2001-03-27 13:48:25 +00:00
Nik Clayton
38ecd2625d Add quota.user(5) and quota.group(5) man pages.
PR:		docs/25124
2001-02-22 11:06:54 +00:00
Dag-Erling Smørgrav
c4b267dc7e Retire kernfs (userland part). 2000-12-28 12:59:57 +00:00
Nik Clayton
3cfa3ff7a1 Add make.conf(5). 2000-11-30 12:10:18 +00:00
Jacques Vidrine
248aee623c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
2000-09-06 18:16:48 +00:00
Brian Somers
f3e285ba7d Introduce /etc/defaults/periodic.conf, similar in concept to rc.conf.
The only change in the default functionality should be that
the output reports are slightly more verbose WRT files deleted.

Not objected to by: freebsd-arch
2000-06-23 01:18:31 +00:00
Dag-Erling Smørgrav
2bf98c0933 Add a manpage for linprocfs. 2000-03-25 14:03:31 +00:00
Sheldon Hearn
c3bb4c9b50 Actually install mailer.conf.5. 2000-01-11 12:48:39 +00:00
Chris Costello
3a9d037b0a Add and active the manual page for /etc/sysctl.conf. 1999-12-31 02:08:37 +00:00
Brian Feldman
3756a2e63a This is the much-anticipated ELF manual page! Everyone be sure to
thank Jeroen and all who helped bring it about :)

Submitted by:	Jeroen Ruigrok van der Werven <asmodai@wxs.nl>
Reviewed by:	jdp, Gerald Hicks, the Doc Team
1999-10-30 22:00:04 +00:00
Garrett Wollman
18635c20b3 Don't install printcap.5 from here. 1998-02-04 15:59:43 +00:00
Bruce Evans
cd17eef542 Sorted lists. 1998-01-01 10:45:52 +00:00
Jordan K. Hubbard
cf8c9b1128 OK, it's time to introduce the rc.conf(5) man page and kick the
now-obsolete sysconfig(5) man page out.  If you add new rc.conf variables,
folks, please try to remember to keep the man page up to date.  Thanks!
PR:		4398
1997-09-11 14:30:35 +00:00
Wolfram Schneider
e0d769c5c8 Install new intro.5 man page. 1997-02-16 12:13:32 +00:00
Mike Pritchard
8c21e889fd Add motd(5).
Obtained from:  NetBSD
1997-02-13 18:03:23 +00:00
Peter Wemm
6b26f698ba Add missing \ at the end of the first line
Forgotten by: mpp (rev 1.18)
1996-12-15 02:33:30 +00:00
Mike Pritchard
862076fd02 Add devfs(5) to describe the device file system. 1996-12-14 22:32:49 +00:00
Mike Pritchard
7409fd943d Add fdesc(5) to document the file-descriptor file system. 1996-12-14 22:14:55 +00:00
Mike Pritchard
fec75a87e2 Add a kernfs(5) man page to describe the kernel file system. 1996-12-14 21:47:11 +00:00
Mike Pritchard
3118b82a39 Add forward(5) to document the .forward file. 1996-08-16 00:15:17 +00:00
Wolfram Schneider
35da4f43ae People ask in Usenet, how to configure remoteprinting successfully
having a hosts.lpd(5) manpage and some references to it from
within lpd(8) might help here. Close PR docs/1277

Submitted by: andreas@knobel.gun.de (Andreas Klemm)
1996-06-01 23:22:36 +00:00
Mike Pritchard
ead93ec3ad Add a pbm(5) (portable bitmap format) man page since we have a
few man pages that reference it.
1996-02-12 05:17:28 +00:00
Wolfram Schneider
b2923d7651 Reviewed by: mpp
a tiny man page
1996-02-11 13:47:00 +00:00
Mike Pritchard
c4c23c4df8 Another round of various man page cleanups. 1996-02-09 17:25:57 +00:00
Mike Pritchard
097d42f425 Correct some man page cross references and some file
locations.
1996-02-05 17:32:16 +00:00
Jordan K. Hubbard
bee3d17d06 Finally write a man page for sysconfig(5). 1995-12-19 13:35:31 +00:00