diff options
author | william <william@cvs.openbsd.org> | 2012-01-28 02:20:47 +0000 |
---|---|---|
committer | william <william@cvs.openbsd.org> | 2012-01-28 02:20:47 +0000 |
commit | 9438cb292d5988781906748ec71963d3474a2e9d (patch) | |
tree | e10204e52ff42f6e481a67d4fe782a3207813f0b /share/man | |
parent | 86c0c85db76b52580102539efb3cbdcba76ace9c (diff) |
Correct an inadvertant comma-space transposition
ok jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/diskless.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 0cbfe5b851a..052e63095bb 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diskless.8,v 1.58 2007/05/31 19:19:59 jmc Exp $ +.\" $OpenBSD: diskless.8,v 1.59 2012/01/28 02:20:46 william Exp $ .\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $ .\" .\" @@ -27,7 +27,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: January 28 2012 $ .Dt DISKLESS 8 .Os .Sh NAME @@ -215,7 +215,7 @@ For example: The following example converts an IP address to hex: .Bd -literal -offset indent $ echo 192.197.96.12 | awk -F . \e - '{ printf "%02X%02X%02X%02X\en", $1, $2, $3 ,$4 }' + '{ printf "%02X%02X%02X%02X\en", $1, $2, $3, $4 }' .Ed .Pp Sun Sparc machines also require a |