aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/showmount
Commit message (Collapse)AuthorAgeFilesLines
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-2/+2
| | | | | | | Approved by: re Notes: svn path=/stable/4/; revision=81777
* MFC: MAN[1-9] -> MAN.Ruslan Ermilov2001-04-251-1/+2
| | | | Notes: svn path=/stable/4/; revision=75957
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-1/+1
| | | | Notes: svn path=/stable/4/; revision=69768
* MFC: cross-reference mount_nfs(8) and showmount(8).Sheldon Hearn2000-07-181-1/+2
| | | | Notes: svn path=/stable/4/; revision=63440
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
| | | | | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc. Notes: svn path=/head/; revision=57670
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48792
* Added an replacement for callrpc that uses tcp as primary transport method.Tor Egge1997-09-041-3/+72
| | | | | | | This enables larger reply messages. Notes: svn path=/head/; revision=29117
* Use err(3). Add prototypes.Philippe Charnier1997-08-112-18/+32
| | | | Notes: svn path=/head/; revision=28068
* Add -3 option to usage() statement.David E. O'Brien1997-04-111-1/+1
| | | | Notes: svn path=/head/; revision=24825
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-1/+2
| | | | Notes: svn path=/head/; revision=17797
* Include queue.h in preparation of struct socket changes.David Greenman1996-03-111-0/+1
| | | | Notes: svn path=/head/; revision=14542
* Correct a bunch of man page cross references and generallyMike Pritchard1996-02-111-1/+1
| | | | | | | | | try and silence "manck". ncurses, rpc, and some of the gnu stuff are still a big mess, however. Notes: svn path=/head/; revision=14038
* Changes to support version 3 of the NFS protocol.Doug Rabson1995-06-272-6/+15
| | | | | | | | | | | | | | | | | | | | | The version 2 support has been tested (client+server) against FreeBSD-2.0, IRIX 5.3 and FreeBSD-current (using a loopback mount). The version 2 support is stable AFAIK. The version 3 support has been tested with a loopback mount and minimally against an IRIX 5.3 server. It needs more testing and may have problems. I have patched amd to support the new variable length filehandles although it will still only use version 2 of the protocol. Before booting a kernel with these changes, nfs clients will need to at least build and install /usr/sbin/mount_nfs. Servers will need to build and install /usr/sbin/mountd. NFS diskless support is untested. Obtained from: Rick Macklem <rick@snowhite.cis.uoguelph.ca> Notes: svn path=/head/; revision=9336
* Use the right man page.Jordan K. Hubbard1994-08-111-0/+1
| | | | | | | Submitted by: jkh Notes: svn path=/head/; revision=2024
* Delete obsolete reference to librpc.a.Garrett Wollman1994-08-081-2/+0
| | | | Notes: svn path=/head/; revision=1924
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-273-0/+446
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590