comparison toys/other/swapon.c @ 656:6df4ccc0acbe

Regularize command headers, update links to standards documents.
author Rob Landley <rob@landley.net>
date Sat, 25 Aug 2012 18:08:51 -0500
parents 2986aa63a021
children 7e846e281e38
comparison
equal deleted inserted replaced
655:e235d7d575e5 656:6df4ccc0acbe
1 /* vi: set sw=4 ts=4: 1 /* vi: set sw=4 ts=4:
2 * 2 *
3 * swapon.c - Enable region for swapping 3 * swapon.c - Enable region for swapping
4 * 4 *
5 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com> 5 * Copyright 2012 Elie De Brauwer <eliedebrauwer@gmail.com>
6 *
7 * Not in SUSv4.
8 6
9 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_BIN|TOYFLAG_NEEDROOT)) 7 USE_SWAPON(NEWTOY(swapon, "<1>1p#<0>32767", TOYFLAG_BIN|TOYFLAG_NEEDROOT))
10 8
11 config SWAPON 9 config SWAPON
12 bool "swapon" 10 bool "swapon"