summaryrefslogtreecommitdiff
path: root/share/man/man8/yp.8
Commit message (Collapse)AuthorAgeFilesLines
* Fix mandoc warnings/errors.Christian Brueffer2015-08-121-4/+7
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=286663
* Add SEE ALSO.Joel Dahl2011-12-141-1/+15
| | | | Notes: svn path=/head/; revision=228505
* Support shadow.byname and shadow.byuid maps, protecting them byBrian Somers2009-06-251-6/+14
| | | | | | | | | | | | | insisting on privileged port access. Include /var/yp/Makefile.local if it exists and suggest using it to override /var/yp/Makefile behaviour. Approved by: re (kib) MFC after: 3 weeks Notes: svn path=/head/; revision=194968
* Sort sections.Ruslan Ermilov2005-01-211-18/+18
| | | | Notes: svn path=/head/; revision=140561
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-1/+1
| | | | Notes: svn path=/head/; revision=131530
* Grammar.Ruslan Ermilov2004-01-201-1/+1
| | | | Notes: svn path=/head/; revision=124749
* The .Xr utilityPhilippe Charnier2003-06-081-6/+9
| | | | Notes: svn path=/head/; revision=116042
* Fix typo.Masafumi Max NAKANE2002-09-211-1/+1
| | | | Notes: svn path=/head/; revision=103735
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
| | | | Notes: svn path=/head/; revision=101828
* yp(4) -> yp(8).Ruslan Ermilov2002-01-141-1/+1
| | | | | | | PR: docs/30797 Notes: svn path=/head/; revision=89362
* mdoc(7) police: tidy up the markup.Ruslan Ermilov2002-01-141-59/+79
| | | | Notes: svn path=/head/; revision=89358
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-4/+4
| | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=79727
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: simplify the fix in rev. 1.25.Ruslan Ermilov2001-07-041-2/+3
| | | | Notes: svn path=/head/; revision=79218
* Fix a spacing issue. (No content changes.)Dima Dorfman2001-06-011-4/+3
| | | | Notes: svn path=/head/; revision=77564
* Eliminate mdocNG warnings caused by misplaced or extraneous macro calls.Ruslan Ermilov2001-02-281-2/+2
| | | | Notes: svn path=/head/; revision=73233
* Prepare for mdocNG.Ruslan Ermilov2001-02-281-3/+6
| | | | Notes: svn path=/head/; revision=73224
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68962
* Fix problems introduced in rev 1.18:Sheldon Hearn2000-11-201-2/+2
| | | | | | | | * Broken (sectionless) cross-reference to nsswitch.conf. * Trailing whitespace. Notes: svn path=/head/; revision=68951
* Use Fx macro wherever possible.Ruslan Ermilov2000-11-141-16/+19
| | | | Notes: svn path=/head/; revision=68716
* Document passwd_format further.Brian Feldman2000-09-301-0/+8
| | | | Notes: svn path=/head/; revision=66470
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=65532
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-30/+60
| | | | Notes: svn path=/head/; revision=57695
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* "Tn DNS" -> ".Tn DNS"Nik Clayton1999-05-291-2/+2
| | | | | | | | PR: docs/10474 Submitted by: Yoshiteru Kageyama <yt-kage@cb3.so-net.ne.jp> Notes: svn path=/head/; revision=47602
* Use .Tn, .Bx Free and .An.Philippe Charnier1997-12-221-78/+180
| | | | Notes: svn path=/head/; revision=31932
* /etc/sysconfig -> /etc/rc.conf.Philippe Charnier1997-10-311-3/+3
| | | | Notes: svn path=/head/; revision=30871
* Use the .Fx macro for FreeBSD references for releases prior to 2.0.Mike Pritchard1997-03-211-20/+44
| | | | | | | | Use the .Tn macro for generic FreeBSD references. Cleanup other formatting problems noticed while making the above changes. Notes: svn path=/head/; revision=24091
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22986
* Fix a bunch of man pages to stop abusing the .Nm macro, alongMike Pritchard1997-02-051-5/+5
| | | | | | | | | | with some other minor fixes for some problems I noticed while making these changes. Pointed out by: bde Notes: svn path=/head/; revision=22300
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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
* Close PR#2211 - ypserv is no longer GPL'd.Jordan K. Hubbard1996-12-141-5/+1
| | | | | | | Submitted-By: Faried Nawaz <nawaz921@cs.uidaho.edu> Notes: svn path=/head/; revision=20430
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-221-2/+4
| | | | Notes: svn path=/head/; revision=17783
* Correct some man page xrefs, and some other minor changes to bring someMike Pritchard1996-04-081-15/+19
| | | | | | | | | 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. Notes: svn path=/head/; revision=15135
* Fix a bunch of spelling errors in a bunch of man pages.Mike Pritchard1996-01-301-8/+8
| | | | Notes: svn path=/head/; revision=13744
* Update this man page to reflect reality.Bill Paul1995-09-021-17/+321
| | | | Notes: svn path=/head/; revision=10523
* /etc/rc.netstart back to /etc/netstartJordan K. Hubbard1995-03-231-2/+2
| | | | Notes: svn path=/head/; revision=7264
* netstart -> rc.netstartJordan K. Hubbard1995-03-231-2/+2
| | | | Notes: svn path=/head/; revision=7261
* Moved YP general explanation manual page to a slightly more appropriateGarrett Wollman1994-08-081-0/+73
location. Notes: svn path=/head/; revision=1928