diff options
author | phantom <phantom@FreeBSD.org> | 1999-11-02 13:23:56 +0000 |
---|---|---|
committer | phantom <phantom@FreeBSD.org> | 1999-11-02 13:23:56 +0000 |
commit | 36ba1346adb65122af2c0e9e44947dc606bd7b50 (patch) | |
tree | c2f837f52cf33e2ef7fe1d9fcdfd91f5cce39043 /share/man/man7/mdoc.7 | |
parent | fef7f86724cc841c0acf5a42af4d30ca3eb8f468 (diff) | |
download | FreeBSD-src-36ba1346adb65122af2c0e9e44947dc606bd7b50.zip FreeBSD-src-36ba1346adb65122af2c0e9e44947dc606bd7b50.tar.gz |
Document .St macro.
Diffstat (limited to 'share/man/man7/mdoc.7')
-rw-r--r-- | share/man/man7/mdoc.7 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index a56441b..ecaedd3 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -302,7 +302,10 @@ Produces .It Li \&Op Ta Yes Ta Yes Ta "Option (also .Oo and .Oc)." .It Li \&Ot Ta Yes Ta Yes Ta "Old style function type (Fortran only)." .It Li \&Pa Ta Yes Ta Yes Ta "Pathname or file name." -.It Li \&St Ta Yes Ta Yes Ta "Standards (-p1003.2, -p1003.1 or -ansiC)" +.It Li \&St Ta Yes Ta Yes Ta "Standard; see" +.Xr mdoc.samples 7 , +.Sx Standards +section for complete list of known standards .It Li \&Ta Ta Yes Ta Yes Ta "Tab align next table column." .It Li \&Va Ta Yes Ta Yes Ta "Variable name." .It Li \&Vt Ta Yes Ta Yes Ta "Variable type (Fortran only)." |