aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/nfssvc.2
Commit message (Collapse)AuthorAgeFilesLines
* libsys: relocate implementations and manpagesBrooks Davis2024-02-051-255/+0
| | | | | | | | | Remove core system call implementations and documentation to lib/libsys and lib/libsys/<arch> from lib/libc/sys and lib/libc/<arch>/<sys>. Update paths to allow libc to find them in their new home. Reviewed by: kib, emaste, imp Pull Request: https://github.com/freebsd/freebsd-src/pull/908
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\.\\"\s*\$FreeBSD\$$\n/
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-2/+2
| | | | | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month Notes: svn path=/head/; revision=231564
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
| | | | | | | | | clause. # If I've done so improperly on a file, please let me know. Notes: svn path=/head/; revision=165903
* Make SYNOPSIS compile.Ruslan Ermilov2005-11-241-1/+1
| | | | | | | Attn peter@: this manpage wasn't synced with your code changes. Notes: svn path=/head/; revision=152752
* Fix typo.Josef El-Rayes2004-05-121-1/+1
| | | | | | | | Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> PR: docs/66576 Notes: svn path=/head/; revision=129160
* Prevent uppercase after .Xr by adding ``The ... utility/system call''.Philippe Charnier2003-02-051-5/+6
| | | | Notes: svn path=/head/; revision=110394
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-3/+3
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-6/+6
| | | | Notes: svn path=/head/; revision=84306
* Remove whitespace at EOL.Dima Dorfman2001-07-151-1/+1
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: Er macro usage cleanup.Ruslan Ermilov2000-11-221-3/+10
| | | | Notes: svn path=/head/; revision=69051
* Use `Er' variable to define first column width in ERRORS section. It wasAlexey Zelkin2000-05-041-1/+1
| | | | | | | initially suggested by mdoc(7) style, but was broken over the years Notes: svn path=/head/; revision=59954
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
| | | | | | | More libraries manpages updates following. Notes: svn path=/head/; revision=59460
* Sync contents of struct nfsd_svrargsKris Kennaway2000-01-091-2/+2
| | | | Notes: svn path=/head/; revision=55630
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Fixed missing #include in synopsis.Bruce Evans1998-01-161-0/+2
| | | | Notes: svn path=/head/; revision=32565
* Fixed #includes in synopsis.Bruce Evans1997-04-131-1/+4
| | | | Notes: svn path=/head/; revision=24882
* Update to reflect current include files.Mike Pritchard1997-01-301-8/+16
| | | | Notes: svn path=/head/; revision=22134
* Sort cross references.Wolfram Schneider1997-01-201-1/+1
| | | | Notes: svn path=/head/; revision=21907
* Correctly use .Fn instead of .Nm to reference function namesMike Pritchard1996-08-221-5/+6
| | | | | | | | | | | in a bunch of man pages. Use the correct .Bx (BSD UNIX) or .At (AT&T UNIX) macros instead of explicitly specifying the version in the text in a bunch of man pages. Notes: svn path=/head/; revision=17782
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+238
Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=1573