summaryrefslogtreecommitdiff
path: root/sbin/mount
AgeCommit message (Expand)Author
2004-01-02fix mount_mfs example: -N is only an option for newfs not mount_mfsDavid Krause
2003-10-01note that for user mounts special should be -rw user, and node owned by user;Jason McIntyre
2003-10-01free without testTheo de Raadt
2003-09-26.Xr mount_ntfs;Jason McIntyre
2003-08-05print info about procfs now that it's there to look atTed Unangst
2003-07-29spacesTheo de Raadt
2003-06-24clarify that -u only changes the options specified on the command line;Jason McIntyre
2003-06-17add CAVEAT documenting dotdot behaviour;Jason McIntyre
2003-06-11ansificationTheo de Raadt
2003-06-03- section reorderJason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-23- typosJason McIntyre
2003-04-20print "direxec" when it's enabled on msdosfs.Ted Unangst
2003-04-02nfs -> NFSJason McIntyre
2003-03-12more .LiTheo de Raadt
2003-03-10filesystem -> file system for a little consistencyTed Unangst
2002-11-18fix a typo and earn a minor style point; Michael KnudsenTodd C. Miller
2002-11-14use $ or # before commands in examplesTheo de Raadt
2002-11-06- make -u identical with "-o update". The same for -f,-r,-w.Grigoriy Orlov
2002-07-03ansiTheo de Raadt
2002-06-09rm trailing whitespaceTodd T. Fries
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2002-02-11Initial patch.Mike Pechkin
2002-01-24as early as v3, these isMichael Shalayeff
2002-01-18print out the ctime of a mount when verbose; millert@ okMichael Shalayeff
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
2001-12-16Provide a more useful error message if no mount_foo helper program can beMiod Vallat
2001-11-14Points to disklabelMarc Espie
2001-08-13grammar fix from Joshua Stein <jcs@rt.fm>Peter Valchev
2001-06-24Get rid of NQNFS optionsConstantine Sapuntzakis
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
2001-04-23fasion -> fashion; spotted by ericj@Aaron Campbell
2001-04-06Improve grammar.Aaron Campbell
2001-04-04Document softdep option.Grigoriy Orlov
2001-04-04Add "softdep" option to mount. Update from rw/async to softdepGrigoriy Orlov
2001-03-28+.Xr mount_ext2fsMarc Espie
2001-03-12typo; maurice@maurice.wan.nlTheo de Raadt
2000-12-31Bring the manual in sync with reality: when using the -u flag, anyAngelos D. Keromytis
2000-11-09Change all option list specifications to ".Bl -tag -width Ds". Most manAaron Campbell
2000-09-17Mention kern.usermount and the fact that a mount point has to be anPaul Janzen
2000-06-17Mention -f can be used to bypass the dirty filesystem checkNiklas Hallqvist
2000-06-17-o force is not a negative option, it should set MNT_FORCE, not clear it. OK...Niklas Hallqvist
2000-05-30examplesTheo de Raadt
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
2000-03-18Remove hard sentence breaks, and some other cleanup along the way.Aaron Campbell
2000-03-05Finish standardizing options list introduction.Aaron Campbell
1999-07-21use .Ar on later .It Fl linesTheo de Raadt
1999-06-05more .Os cleansingAaron Campbell
1999-06-04start to remove non-escaped trailing whitespace, it can confuse troff; pjanzen@Aaron Campbell