summaryrefslogtreecommitdiff
path: root/sbin/mount_tcfs
AgeCommit message (Collapse)Author
2002-12-11Wording; David KrauseHenning Brauer
2002-06-26Missing .Xr's from Margarida Sequeira <niness@devilness.org>.Federico G. Schwindt
Remove unmount(2) per millert suggestion; millert@ ok.
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-02-11Initial patch.Mike Pechkin
When you give command examples in a manual page prefix them with $ command or # command deraadt@ ok
2001-12-21Initial patch for a new mdoc issue.Mike Pechkin
Powered by @mantoya: o) kill extra line in the end of file; o) kill extra space in the end of line; o) replace blank lines with .Pp; millert@ ok
2001-12-13o) start new sentence on a new line;Mike Pechkin
o) wrap long lines; o) fix bogus .Xr usage; o) we don't like blank lines; o) always close .Bl tags; o) OpenBSD -> .Ox; o) don't like .Pp before .Ss; millert@ ok;
2001-07-20we don't like:Mike Pechkin
o) .Pp before/after .Sh; o) .Pp before/after .Rs/.Re; o) .Nm without argument in SYNOPSIS;
2001-06-08Fix a typo (perfomance -> performance) and lots of section shuffling;Aaron Campbell
mpech@prosoft.org.lv
2000-06-21- clean makefileFederico G. Schwindt
- add OpenBSD tags and copyright notice where missing. - check the return value of mount(), like EOPTNOTSUPP, and the like. - remove unused declarations and headers - rearrange manpage a bit. Add history section
2000-06-18OpenBSD tagNiels Provos
2000-06-18get cipher number correctly.Niels Provos
2000-06-18allows mount of ffs file system as tcfs file system.Niels Provos