diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-06-03 13:16:10 +0000 |
commit | 2cf124e6dbd711198131ac89dd8f98ef5f8deb65 (patch) | |
tree | 343fc85b04718144a27f11799b2a1d87ee255ab2 /sbin/ncheck_ffs/ncheck_ffs.8 | |
parent | 5f6a2902bcfd03976baf4360e5a1ea749a4d0700 (diff) |
- section reorder
- some mdoc fixes
Diffstat (limited to 'sbin/ncheck_ffs/ncheck_ffs.8')
-rw-r--r-- | sbin/ncheck_ffs/ncheck_ffs.8 | 40 |
1 files changed, 29 insertions, 11 deletions
diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index cc860f789fe..9b9275a17fc 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.17 2003/03/06 09:47:18 hugh Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.18 2003/06/03 13:16:08 jmc Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -60,23 +60,41 @@ Print the inode number. .It Cm \eP Print the pathname to the file using the current inode number. .It Cm \ee -Print an <escape> character. +Print an +.Aq escape +character. .It Cm \ea -Print a <bell> character. +Print a +.Aq bell +character. .It Cm \eb -Print a <backspace> character. +Print a +.Aq backspace +character. .It Cm \ef -Print a <form-feed> character. +Print a +.Aq form-feed +character. .It Cm \en -Print a <new-line> character. +Print a +.Aq new-line +character. .It Cm \er -Print a <carriage return> character. +Print a +.Aq carriage return +character. .It Cm \et -Print a <tab> character. +Print a +.Aq tab +character. .It Cm \ev -Print a <vertical tab> character. +Print a +.Aq vertical tab +character. .It Cm \e\' -Print a <single quote> character. +Print a +.Aq single quote +character. .It Cm \e\e Print a backslash character. .It Cm \e Ns Ar 0 @@ -118,4 +136,4 @@ command was designed to be similar in functionality to the corresponding command in .Tn "SunOS 4.1.3" . .Sh AUTHORS -Thorsten Lockert <tholo@sigmasoft.com> +.An Thorsten Lockert Aq tholo@sigmasoft.com |