Annotation of mandoc/regress/mdoc/Fl/spacing.in, Revision 1.1
1.1 ! schwarze 1: .\" $OpenBSD: spacing.in,v 1.1 2020/02/27 01:25:58 schwarze Exp $
! 2: .Dd $Mdocdate: February 27 2020 $
! 3: .Dt FL-SPACING 1
! 4: .Os
! 5: .Sh NAME
! 6: .Nm Fl-spacing
! 7: .Nd horizontal spacing after flag macros
! 8: .Sh DESCRIPTION
! 9: with argument:
! 10: .Fl a
! 11: .Pp
! 12: no next node:
! 13: .Xo Fl Xc suffix
! 14: .Pp
! 15: transparent next node only:
! 16: .Xo Fl
! 17: .Tg transparent1
! 18: .Xc suffix
! 19: .Pp
! 20: following text:
! 21: .Fl
! 22: text
! 23: .Pp
! 24: text after transparent node on the same line:
! 25: .Fl Es < >
! 26: text
! 27: .Pp
! 28: following macro on the same line:
! 29: .Fl Em word
! 30: .Pp
! 31: following macro on the next line:
! 32: .Fl
! 33: .Em word
! 34: .Pp
! 35: following macro on the next line after transparent node on the same line:
! 36: .Fl Es < >
! 37: .Em word
! 38: .Pp
! 39: following macro after transparent node on the next line:
! 40: .Fl
! 41: .Tg transparent3
! 42: .Em word
CVSweb