minix/external/bsd/nvi/dist/docs/vi.ref/ref.texi
Lionel Sambuc 84d9c625bf Synchronize on NetBSD-CVS (2013/12/1 12:00:00 UTC)
- Fix for possible unset uid/gid in toproto
 - Fix for default mtree style
 - Update libelf
 - Importing libexecinfo
 - Resynchronize GCC, mpc, gmp, mpfr
 - build.sh: Replace params with show-params.
     This has been done as the make target has been renamed in the same
     way, while a new target named params has been added. This new
     target generates a file containing all the parameters, instead of
     printing it on the console.
 - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org)
     get getservbyport() out of the inner loop

Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
2014-07-28 17:05:06 +02:00

64 lines
1.6 KiB
Text

@comment Copyright (c) 1994
@comment The Regents of the University of California. All rights reserved.
@comment Copyright (c) 1994, 1995, 1996
@comment Keith Bostic. All rights reserved.
@comment
@comment See the LICENSE file for redistribution information.
@comment
@comment Id: ref.texi,v 8.1 2001/08/18 20:43:48 skimo Exp (Berkeley) Date: 2001/08/18 20:43:48
@comment
@comment
@comment indented paragraph, with spaces between the items, bold font
@macro IP{item}
@item @strong{\item\}
@comment @deffn {Command} {\item\}
@comment @end deffn
@end macro
@comment indented paragraph, no spaces between the items, bold font
@comment .de Ip
@comment .tm arg 1 \\$1 arg 2 \\$2 arg 3 \\$3
@macro Ip{item}
@itemx @strong{\item\}
@end macro
@comment typewriter font
@macro LI{command}
@code{\command\}
@end macro
@comment ex/vi names in command font
@macro EV{ex,vi}
@strong{\ex\}/@strong{\vi\}
@end macro
@comment command names
@macro CO{command}
@strong{\command\}
@end macro
@comment option names
@macro OP{option}
@code{\option\}
@end macro
@comment paren quoted (typewriter font)
@macro PQ{command}
``@code{\command\}''
@end macro
@comment quoted bold
@macro QB{command}
``@strong{\command\}''
@end macro
@comment quoted command
@macro QC{command}
``@strong{\command\}''
@end macro
@comment quoted option
@comment quoted (no font change)
@macro QQ{command}
``\command\''
@end macro
@comment quoted (typewriter font)
@macro QT{command}
``@code{\command\}''
@end macro
@comment section macro to build TOC
@comment manual section
@macro XR{command,section}
@command{\command\}(\section\)
@end macro