summaryrefslogtreecommitdiffstats
path: root/docs/netcfg-profiles.5.txt
AgeCommit message (Collapse)AuthorFilesLines
2012-03-20Just those things you notice _after_ a releaseJouke Witteveen1-2/+2
Nothing special.
2012-03-12Rename -i parameter to -DJouke Witteveen1-1/+3
-i is not a very cool parameter for downing an interface. Change it to -D so that it mirrors -R in the sense that a capital is used for interface-based actions. The old behaviour is kept (undocumented) for backward compatibility. Also a typo (iface-recont should have been iface-recon) is fixed. Lastly some restrictions on profile naming are included in the documentation. The "should not start with '@'" is only for usage with net-profiles.
2012-03-04Overhaul of documentationJouke Witteveen1-0/+310
- Documentation now uses asciidoc instead of pandoc. - Documentation is updated. - More documentation is installed. - The Makefile has been revised. - Autocompletion files must now be installed through the PKGBUILD. - contrib/11netcfg has been deleted. It is unmaintained and duplicated in pm-utils. This closes FS#25587. - contrib/common.hook has been deleted. It demonstrated a feature that the target audience is already familiar with and didn't work anyway. This closes FS#27496. Developers are free to write unwieldy scripts in the {PRE,POST}_{UP,DOWN} variables.